Package | Description |
---|---|
org.eclipse.incquery.viewers.runtime.model.patterns | |
org.eclipse.incquery.viewers.runtime.model.patterns.util |
Modifier and Type | Method and Description |
---|---|
Param2edgeMatch |
Param2edgeMatcher.getOneArbitraryMatch(java.lang.Object pSource,
java.lang.Object pTarget,
Trace pTrace,
Edge pEdge)
Returns an arbitrarily chosen match of the pattern that conforms to the given fixed values of some parameters.
|
static Param2edgeMatch |
Param2edgeMatch.newEmptyMatch()
Returns an empty, mutable match.
|
static Param2edgeMatch |
Param2edgeMatch.newMatch(java.lang.Object pSource,
java.lang.Object pTarget,
Trace pTrace,
Edge pEdge)
Returns a new (partial) match.
|
Param2edgeMatch |
Param2edgeMatcher.newMatch(java.lang.Object pSource,
java.lang.Object pTarget,
Trace pTrace,
Edge pEdge)
Returns a new (partial) match.
|
static Param2edgeMatch |
Param2edgeMatch.newMutableMatch(java.lang.Object pSource,
java.lang.Object pTarget,
Trace pTrace,
Edge pEdge)
Returns a mutable (partial) match.
|
Param2edgeMatch |
Param2edgeMatch.toImmutable() |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<Param2edgeMatch> |
Param2edgeMatcher.getAllMatches(java.lang.Object pSource,
java.lang.Object pTarget,
Trace pTrace,
Edge pEdge)
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<Edge> |
Param2edgeMatcher.getAllValuesOfedge(Param2edgeMatch partialMatch)
Retrieve the set of values that occur in matches for edge.
|
java.util.Set<java.lang.Object> |
Param2edgeMatcher.getAllValuesOfsource(Param2edgeMatch partialMatch)
Retrieve the set of values that occur in matches for source.
|
java.util.Set<java.lang.Object> |
Param2edgeMatcher.getAllValuesOftarget(Param2edgeMatch partialMatch)
Retrieve the set of values that occur in matches for target.
|
java.util.Set<Trace> |
Param2edgeMatcher.getAllValuesOftrace(Param2edgeMatch partialMatch)
Retrieve the set of values that occur in matches for trace.
|
Modifier and Type | Method and Description |
---|---|
void |
Param2edgeMatcher.forEachMatch(java.lang.Object pSource,
java.lang.Object pTarget,
Trace pTrace,
Edge pEdge,
IMatchProcessor<? super Param2edgeMatch> processor)
Executes the given processor on each match of the pattern that conforms to the given fixed values of some parameters.
|
boolean |
Param2edgeMatcher.forOneArbitraryMatch(java.lang.Object pSource,
java.lang.Object pTarget,
Trace pTrace,
Edge pEdge,
IMatchProcessor<? super Param2edgeMatch> 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 |
---|---|
Param2edgeMatch |
Param2edgeQuerySpecification.newEmptyMatch() |
Param2edgeMatch |
Param2edgeQuerySpecification.newMatch(java.lang.Object... parameters) |
Modifier and Type | Method and Description |
---|---|
void |
Param2edgeProcessor.process(Param2edgeMatch match) |