org.eclipse.uml2.common.util
Class UML2Util.EClassMatcher

java.lang.Object
  extended byorg.eclipse.uml2.common.util.UML2Util.EClassMatcher
All Implemented Interfaces:
UML2Util.EObjectMatcher
Direct Known Subclasses:
UML2Util.EStructuralFeatureMatcher, UMLUtil.PackageMerger.KeyMatcher, UMLUtil.PackageMerger.ResultingQNameMatcher, UMLUtil.PackageMerger.StringValueMatcher
Enclosing class:
UML2Util

public static class UML2Util.EClassMatcher
extends java.lang.Object
implements UML2Util.EObjectMatcher


Field Summary
protected  EObject eObject
           
 
Constructor Summary
UML2Util.EClassMatcher(EObject eObject)
           
 
Method Summary
 boolean matches(EObject otherEObject)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

eObject

protected final EObject eObject
Constructor Detail

UML2Util.EClassMatcher

public UML2Util.EClassMatcher(EObject eObject)
Method Detail

matches

public boolean matches(EObject otherEObject)
Specified by:
matches in interface UML2Util.EObjectMatcher

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