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