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