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