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