Package | Description |
---|---|
org.eclipse.incquery.uml.derivedfeatures | |
org.eclipse.incquery.uml.derivedfeatures.util |
Modifier and Type | Method and Description |
---|---|
StateIsCompositeMatch |
StateIsCompositeMatcher.getOneArbitraryMatch(org.eclipse.uml2.uml.State pSelf,
java.lang.Boolean pIsComposite)
Returns an arbitrarily chosen match of the pattern that conforms to the given fixed values of some parameters.
|
static StateIsCompositeMatch |
StateIsCompositeMatch.newEmptyMatch()
Returns an empty, mutable match.
|
StateIsCompositeMatch |
StateIsCompositeMatcher.newMatch(org.eclipse.uml2.uml.State pSelf,
java.lang.Boolean pIsComposite)
Returns a new (partial) match.
|
static StateIsCompositeMatch |
StateIsCompositeMatch.newMatch(org.eclipse.uml2.uml.State pSelf,
java.lang.Boolean pIsComposite)
Returns a new (partial) match.
|
static StateIsCompositeMatch |
StateIsCompositeMatch.newMutableMatch(org.eclipse.uml2.uml.State pSelf,
java.lang.Boolean pIsComposite)
Returns a mutable (partial) match.
|
StateIsCompositeMatch |
StateIsCompositeMatch.toImmutable() |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<StateIsCompositeMatch> |
StateIsCompositeMatcher.getAllMatches(org.eclipse.uml2.uml.State pSelf,
java.lang.Boolean pIsComposite)
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<java.lang.Boolean> |
StateIsCompositeMatcher.getAllValuesOfisComposite(StateIsCompositeMatch partialMatch)
Retrieve the set of values that occur in matches for isComposite.
|
java.util.Set<org.eclipse.uml2.uml.State> |
StateIsCompositeMatcher.getAllValuesOfself(StateIsCompositeMatch partialMatch)
Retrieve the set of values that occur in matches for self.
|
Modifier and Type | Method and Description |
---|---|
void |
StateIsCompositeMatcher.forEachMatch(org.eclipse.uml2.uml.State pSelf,
java.lang.Boolean pIsComposite,
IMatchProcessor<? super StateIsCompositeMatch> processor)
Executes the given processor on each match of the pattern that conforms to the given fixed values of some parameters.
|
boolean |
StateIsCompositeMatcher.forOneArbitraryMatch(org.eclipse.uml2.uml.State pSelf,
java.lang.Boolean pIsComposite,
IMatchProcessor<? super StateIsCompositeMatch> 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 |
---|---|
StateIsCompositeMatch |
StateIsCompositeQuerySpecification.newEmptyMatch() |
StateIsCompositeMatch |
StateIsCompositeQuerySpecification.newMatch(java.lang.Object... parameters) |
Modifier and Type | Method and Description |
---|---|
void |
StateIsCompositeProcessor.process(StateIsCompositeMatch match) |