Uses of Interface
org.eclipse.uml2.common.util.UML2Util.EObjectMatcher

Packages that use UML2Util.EObjectMatcher
org.eclipse.uml2.common.util   
org.eclipse.uml2.uml.util   
 

Uses of UML2Util.EObjectMatcher in org.eclipse.uml2.common.util
 

Classes in org.eclipse.uml2.common.util that implement UML2Util.EObjectMatcher
static class UML2Util.EClassMatcher
          A matcher that determines matches based on the class of candidate objects.
static class UML2Util.EStructuralFeatureMatcher
          A matcher that determines matches based on the class of, and the value for a specific structural feature held by, candidate objects.
 

Methods in org.eclipse.uml2.common.util with parameters of type UML2Util.EObjectMatcher
static org.eclipse.emf.ecore.EObject UML2Util.findEObject(java.util.Collection<? extends org.eclipse.emf.ecore.EObject> eObjects, UML2Util.EObjectMatcher filter)
          Retrieves the first of the specified objects that matches the criteria used by the specified matcher.
static org.eclipse.emf.ecore.EObject UML2Util.findEObject(java.util.Iterator<? extends org.eclipse.emf.ecore.EObject> iterator, UML2Util.EObjectMatcher filter)
          Retrieves the first of the specified objects that matches the criteria used by the specified matcher.
 

Uses of UML2Util.EObjectMatcher in org.eclipse.uml2.uml.util
 

Classes in org.eclipse.uml2.uml.util that implement UML2Util.EObjectMatcher
protected  class UMLUtil.Ecore2UMLConverter.ParameterSubstitutionMatcher
           
protected  class UMLUtil.PackageMerger.BodyMatcher
           
protected  class UMLUtil.PackageMerger.KeyMatcher
           
protected  class UMLUtil.PackageMerger.NameMatcher
           
protected  class UMLUtil.PackageMerger.ResultingQNameMatcher
           
protected  class UMLUtil.PackageMerger.SourceMatcher
           
protected  class UMLUtil.PackageMerger.StringValueMatcher
           
protected  class UMLUtil.PackageMerger.TypeMatcher
           
protected  class UMLUtil.UML2EcoreConverter.ETypeMatcher
           
protected  class UMLUtil.UML2EcoreConverter.NameMatcher
           
protected  class UMLUtil.UML2EcoreConverter.SignatureMatcher
           
 


Copyright 2003, 2007 IBM Corporation and others.
All Rights Reserved.