|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use UML2Util.EObjectMatcher | |
|---|---|
| org.eclipse.uml2.common.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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||