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