Package | Description |
---|---|
org.eclipse.incquery.uml.derivedfeatures | |
org.eclipse.incquery.uml.derivedfeatures.util |
Modifier and Type | Method and Description |
---|---|
ElementOwnedElementMatch |
ElementOwnedElementMatcher.getOneArbitraryMatch(org.eclipse.uml2.uml.Element pSource,
org.eclipse.uml2.uml.Element pTarget)
Returns an arbitrarily chosen match of the pattern that conforms to the given fixed values of some parameters.
|
static ElementOwnedElementMatch |
ElementOwnedElementMatch.newEmptyMatch()
Returns an empty, mutable match.
|
ElementOwnedElementMatch |
ElementOwnedElementMatcher.newMatch(org.eclipse.uml2.uml.Element pSource,
org.eclipse.uml2.uml.Element pTarget)
Returns a new (partial) match.
|
static ElementOwnedElementMatch |
ElementOwnedElementMatch.newMatch(org.eclipse.uml2.uml.Element pSource,
org.eclipse.uml2.uml.Element pTarget)
Returns a new (partial) match.
|
static ElementOwnedElementMatch |
ElementOwnedElementMatch.newMutableMatch(org.eclipse.uml2.uml.Element pSource,
org.eclipse.uml2.uml.Element pTarget)
Returns a mutable (partial) match.
|
ElementOwnedElementMatch |
ElementOwnedElementMatch.toImmutable() |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<ElementOwnedElementMatch> |
ElementOwnedElementMatcher.getAllMatches(org.eclipse.uml2.uml.Element pSource,
org.eclipse.uml2.uml.Element pTarget)
Returns the set of all matches of the pattern that conform to the given fixed values of some parameters.
|
Modifier and Type | Method and Description |
---|---|
java.util.Set<org.eclipse.uml2.uml.Element> |
ElementOwnedElementMatcher.getAllValuesOfsource(ElementOwnedElementMatch partialMatch)
Retrieve the set of values that occur in matches for source.
|
java.util.Set<org.eclipse.uml2.uml.Element> |
ElementOwnedElementMatcher.getAllValuesOftarget(ElementOwnedElementMatch partialMatch)
Retrieve the set of values that occur in matches for target.
|
Modifier and Type | Method and Description |
---|---|
void |
ElementOwnedElementMatcher.forEachMatch(org.eclipse.uml2.uml.Element pSource,
org.eclipse.uml2.uml.Element pTarget,
IMatchProcessor<? super ElementOwnedElementMatch> processor)
Executes the given processor on each match of the pattern that conforms to the given fixed values of some parameters.
|
boolean |
ElementOwnedElementMatcher.forOneArbitraryMatch(org.eclipse.uml2.uml.Element pSource,
org.eclipse.uml2.uml.Element pTarget,
IMatchProcessor<? super ElementOwnedElementMatch> processor)
Executes the given processor on an arbitrarily chosen match of the pattern that conforms to the given fixed values of some parameters.
|
Modifier and Type | Method and Description |
---|---|
ElementOwnedElementMatch |
ElementOwnedElementQuerySpecification.newEmptyMatch() |
ElementOwnedElementMatch |
ElementOwnedElementQuerySpecification.newMatch(java.lang.Object... parameters) |
Modifier and Type | Method and Description |
---|---|
void |
ElementOwnedElementProcessor.process(ElementOwnedElementMatch match) |