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