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