Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


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

All Known Implementing Classes:
UML2Util.EClassMatcher, UML2Util.EStructuralFeatureMatcher, UMLUtil.Ecore2UMLConverter.ParameterSubstitutionMatcher, UMLUtil.PackageMerger.BodyMatcher, UMLUtil.PackageMerger.KeyMatcher, UMLUtil.PackageMerger.NameMatcher, UMLUtil.PackageMerger.ResultingQNameMatcher, UMLUtil.PackageMerger.SourceMatcher, UMLUtil.PackageMerger.StringValueMatcher, UMLUtil.PackageMerger.TypeMatcher, UMLUtil.UML2EcoreConverter.ETypeMatcher, UMLUtil.UML2EcoreConverter.NameMatcher, UMLUtil.UML2EcoreConverter.SignatureMatcher
Enclosing class:
UML2Util

public static interface UML2Util.EObjectMatcher

An interface for classes that can determine matches based on some criteria.


Method Summary
 boolean matches (org.eclipse.emf.ecore.EObject eObject)
          Determines whether the specified object matches some criteria.
 

Method Detail

matches

boolean matches(org.eclipse.emf.ecore.EObject eObject)
Determines whether the specified object matches some criteria.

Parameters:
eObject - The candidate object.
Returns:
true if the object meets the criteria; false otherwise.

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


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire