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