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