org.eclipse.uml2.util
Class UML2Util.EClassMatcher

java.lang.Object
  extended byorg.eclipse.uml2.util.UML2Util.EClassMatcher
All Implemented Interfaces:
UML2Util.EObjectMatcher
Direct Known Subclasses:
UML2Util.PackageMerger.BodyMatcher, UML2Util.PackageMerger.KeyMatcher, UML2Util.PackageMerger.NameMatcher, UML2Util.PackageMerger.ResultingQNameMatcher, UML2Util.PackageMerger.SourceMatcher, UML2Util.PackageMerger.StringValueMatcher, UML2Util.UML22EcoreConverter.NameMatcher
Enclosing class:
UML2Util

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


Field Summary
protected  EObject eObject
           
 
Constructor Summary
protected 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

protected UML2Util.EClassMatcher(EObject eObject)
Method Detail

matches

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

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