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