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