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