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