Uses of Interface
org.eclipse.emf.compare.diff.metamodel.AbstractDiffExtension

Packages that use AbstractDiffExtension
org.eclipse.emf.compare.diff.metamodel   
org.eclipse.emf.compare.diff.metamodel.impl   
org.eclipse.emf.compare.diff.metamodel.util   
org.eclipse.emf.compare.diff.service Provides differencing service for models. 
 

Uses of AbstractDiffExtension in org.eclipse.emf.compare.diff.metamodel
 

Methods in org.eclipse.emf.compare.diff.metamodel that return types with arguments of type AbstractDiffExtension
 org.eclipse.emf.common.util.EList<AbstractDiffExtension> DiffElement.getIsHiddenBy()
          Returns the value of the 'Is Hidden By' reference list.
 

Uses of AbstractDiffExtension in org.eclipse.emf.compare.diff.metamodel.impl
 

Classes in org.eclipse.emf.compare.diff.metamodel.impl that implement AbstractDiffExtension
 class AbstractDiffExtensionImpl
          An implementation of the model object 'Abstract Diff Extension'
 

Fields in org.eclipse.emf.compare.diff.metamodel.impl with type parameters of type AbstractDiffExtension
protected  org.eclipse.emf.common.util.EList<AbstractDiffExtension> DiffElementImpl.isHiddenBy
          The cached value of the 'Is Hidden By' reference list.
 

Methods in org.eclipse.emf.compare.diff.metamodel.impl that return types with arguments of type AbstractDiffExtension
 org.eclipse.emf.common.util.EList<AbstractDiffExtension> DiffElementImpl.getIsHiddenBy()
           
 

Uses of AbstractDiffExtension in org.eclipse.emf.compare.diff.metamodel.util
 

Methods in org.eclipse.emf.compare.diff.metamodel.util with parameters of type AbstractDiffExtension
 T DiffSwitch.caseAbstractDiffExtension(AbstractDiffExtension object)
          Returns the result of interpreting the object as an instance of 'Abstract Diff Extension'
 

Uses of AbstractDiffExtension in org.eclipse.emf.compare.diff.service
 

Methods in org.eclipse.emf.compare.diff.service that return types with arguments of type AbstractDiffExtension
static java.util.Collection<AbstractDiffExtension> DiffService.getCorrespondingDiffExtensions(MatchModel matchModel)
          Returns all AbstractDiffExtensions registered against the given MatchModel.
static java.util.Collection<AbstractDiffExtension> DiffService.getCorrespondingDiffExtensions(java.lang.String extension)
          Deprecated. use DiffService.getCorrespondingDiffExtensions(MatchModel) instead.
 


Copyright 2006 IBM Corporation and others.
All Rights Reserved.