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