Uses of Interface
org.eclipse.emf.compare.match.metamodel.UnmatchModel

Packages that use UnmatchModel
org.eclipse.emf.compare.match.metamodel   
org.eclipse.emf.compare.match.metamodel.impl   
org.eclipse.emf.compare.match.metamodel.util   
 

Uses of UnmatchModel in org.eclipse.emf.compare.match.metamodel
 

Methods in org.eclipse.emf.compare.match.metamodel that return UnmatchModel
 UnmatchModel MatchFactory.createUnmatchModel()
          Returns a new object of class 'Unmatch Model'
 

Methods in org.eclipse.emf.compare.match.metamodel that return types with arguments of type UnmatchModel
 org.eclipse.emf.common.util.EList<UnmatchModel> MatchResourceSet.getUnmatchedModels()
          Returns the value of the 'Unmatched Models' containment reference list.
 

Uses of UnmatchModel in org.eclipse.emf.compare.match.metamodel.impl
 

Classes in org.eclipse.emf.compare.match.metamodel.impl that implement UnmatchModel
 class UnmatchModelImpl
          An implementation of the model object 'Unmatch Model'.
 

Fields in org.eclipse.emf.compare.match.metamodel.impl with type parameters of type UnmatchModel
protected  org.eclipse.emf.common.util.EList<UnmatchModel> MatchResourceSetImpl.unmatchedModels
          The cached value of the 'Unmatched Models' containment reference list
 

Methods in org.eclipse.emf.compare.match.metamodel.impl that return UnmatchModel
 UnmatchModel MatchFactoryImpl.createUnmatchModel()
           
 

Methods in org.eclipse.emf.compare.match.metamodel.impl that return types with arguments of type UnmatchModel
 org.eclipse.emf.common.util.EList<UnmatchModel> MatchResourceSetImpl.getUnmatchedModels()
           
 

Uses of UnmatchModel in org.eclipse.emf.compare.match.metamodel.util
 

Methods in org.eclipse.emf.compare.match.metamodel.util with parameters of type UnmatchModel
 T MatchSwitch.caseUnmatchModel(UnmatchModel object)
          Returns the result of interpreting the object as an instance of 'Unmatch Model'.
 


Copyright 2006 IBM Corporation and others.
All Rights Reserved.