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