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