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