public class Trace2targetMatcher extends BaseMatcher<Trace2targetMatch>
Use the pattern matcher on a given model via on(ViatraQueryEngine)
,
e.g. in conjunction with ViatraQueryEngine#on(Notifier)
.
Matches of the pattern will be represented as Trace2targetMatch
.
Original source:
@QueryExplorer(checked = false)
pattern trace2target(target : EObject, trace : Trace) {
Trace.targets(trace, target);
}
Trace2targetMatch
,
Trace2targetProcessor
,
Trace2targetQuerySpecification
engine, querySpecification
Modifier and Type | Method and Description |
---|---|
protected Trace2targetMatch |
arrayToMatch(java.lang.Object[] match)
Converts the array representation of a pattern match to an immutable Match object.
|
protected Trace2targetMatch |
arrayToMatchMutable(java.lang.Object[] match)
Converts the array representation of a pattern match to a mutable Match object.
|
int |
countMatches(org.eclipse.emf.ecore.EObject pTarget,
Trace pTrace)
Returns the number of all matches of the pattern that conform to the given fixed values of some parameters.
|
static Trace2targetMatcher |
create() |
void |
forEachMatch(org.eclipse.emf.ecore.EObject pTarget,
Trace pTrace,
IMatchProcessor<? super Trace2targetMatch> processor)
Executes the given processor on each match of the pattern that conforms to the given fixed values of some parameters.
|
boolean |
forOneArbitraryMatch(org.eclipse.emf.ecore.EObject pTarget,
Trace pTrace,
IMatchProcessor<? super Trace2targetMatch> processor)
Executes the given processor on an arbitrarily chosen match of the pattern that conforms to the given fixed values of some parameters.
|
java.util.Collection<Trace2targetMatch> |
getAllMatches(org.eclipse.emf.ecore.EObject pTarget,
Trace pTrace)
Returns the set of all matches of the pattern that conform to the given fixed values of some parameters.
|
java.util.Set<org.eclipse.emf.ecore.EObject> |
getAllValuesOftarget()
Retrieve the set of values that occur in matches for target.
|
java.util.Set<org.eclipse.emf.ecore.EObject> |
getAllValuesOftarget(Trace pTrace)
Retrieve the set of values that occur in matches for target.
|
java.util.Set<org.eclipse.emf.ecore.EObject> |
getAllValuesOftarget(Trace2targetMatch partialMatch)
Retrieve the set of values that occur in matches for target.
|
java.util.Set<Trace> |
getAllValuesOftrace()
Retrieve the set of values that occur in matches for trace.
|
java.util.Set<Trace> |
getAllValuesOftrace(org.eclipse.emf.ecore.EObject pTarget)
Retrieve the set of values that occur in matches for trace.
|
java.util.Set<Trace> |
getAllValuesOftrace(Trace2targetMatch partialMatch)
Retrieve the set of values that occur in matches for trace.
|
Trace2targetMatch |
getOneArbitraryMatch(org.eclipse.emf.ecore.EObject pTarget,
Trace pTrace)
Returns an arbitrarily chosen match of the pattern that conforms to the given fixed values of some parameters.
|
boolean |
hasMatch(org.eclipse.emf.ecore.EObject pTarget,
Trace pTrace)
Indicates whether the given combination of specified pattern parameters constitute a valid pattern match,
under any possible substitution of the unspecified parameters (if any).
|
Trace2targetMatch |
newMatch(org.eclipse.emf.ecore.EObject pTarget,
Trace pTrace)
Returns a new (partial) match.
|
static Trace2targetMatcher |
on(ViatraQueryEngine engine)
Initializes the pattern matcher within an existing VIATRA Query engine.
|
static IQuerySpecification<Trace2targetMatcher> |
querySpecification() |
protected java.util.Set<org.eclipse.emf.ecore.EObject> |
rawAccumulateAllValuesOftarget(java.lang.Object[] parameters)
Retrieve the set of values that occur in matches for target.
|
protected java.util.Set<Trace> |
rawAccumulateAllValuesOftrace(java.lang.Object[] parameters)
Retrieve the set of values that occur in matches for trace.
|
protected Trace2targetMatch |
tupleToMatch(Tuple t) |
countMatches, countMatches, emptyArray, forEachMatch, forEachMatch, forOneArbitraryMatch, forOneArbitraryMatch, getAllMatches, getAllMatches, getAllValues, getAllValues, getCapabilities, getEngine, getOneArbitraryMatch, getOneArbitraryMatch, getParameterNames, getPatternName, getPositionOfParameter, getSpecification, hasMatch, matchToArray, newEmptyMatch, newMatch, rawAccumulateAllValues, rawCountMatches, rawForEachMatch, rawForOneArbitraryMatch, rawGetAllMatches, rawGetAllValues, rawGetOneArbitraryMatch, rawHasMatch, setBackend
public static Trace2targetMatcher on(ViatraQueryEngine engine) throws ViatraQueryException
engine
- the existing VIATRA Query engine in which this matcher will be created.ViatraQueryException
- if an error occurs during pattern matcher creationpublic static Trace2targetMatcher create() throws ViatraQueryException
ViatraQueryException
- if an error occurs during pattern matcher creationpublic java.util.Collection<Trace2targetMatch> getAllMatches(org.eclipse.emf.ecore.EObject pTarget, Trace pTrace)
pTarget
- the fixed value of pattern parameter target, or null if not bound.pTrace
- the fixed value of pattern parameter trace, or null if not bound.public Trace2targetMatch getOneArbitraryMatch(org.eclipse.emf.ecore.EObject pTarget, Trace pTrace)
pTarget
- the fixed value of pattern parameter target, or null if not bound.pTrace
- the fixed value of pattern parameter trace, or null if not bound.public boolean hasMatch(org.eclipse.emf.ecore.EObject pTarget, Trace pTrace)
pTarget
- the fixed value of pattern parameter target, or null if not bound.pTrace
- the fixed value of pattern parameter trace, or null if not bound.public int countMatches(org.eclipse.emf.ecore.EObject pTarget, Trace pTrace)
pTarget
- the fixed value of pattern parameter target, or null if not bound.pTrace
- the fixed value of pattern parameter trace, or null if not bound.public void forEachMatch(org.eclipse.emf.ecore.EObject pTarget, Trace pTrace, IMatchProcessor<? super Trace2targetMatch> processor)
pTarget
- the fixed value of pattern parameter target, or null if not bound.pTrace
- the fixed value of pattern parameter trace, or null if not bound.processor
- the action that will process each pattern match.public boolean forOneArbitraryMatch(org.eclipse.emf.ecore.EObject pTarget, Trace pTrace, IMatchProcessor<? super Trace2targetMatch> processor)
pTarget
- the fixed value of pattern parameter target, or null if not bound.pTrace
- the fixed value of pattern parameter trace, or null if not bound.processor
- the action that will process the selected match.public Trace2targetMatch newMatch(org.eclipse.emf.ecore.EObject pTarget, Trace pTrace)
The returned match will be immutable. Use BaseMatcher.newEmptyMatch()
to obtain a mutable match object.
pTarget
- the fixed value of pattern parameter target, or null if not bound.pTrace
- the fixed value of pattern parameter trace, or null if not bound.protected java.util.Set<org.eclipse.emf.ecore.EObject> rawAccumulateAllValuesOftarget(java.lang.Object[] parameters)
public java.util.Set<org.eclipse.emf.ecore.EObject> getAllValuesOftarget()
public java.util.Set<org.eclipse.emf.ecore.EObject> getAllValuesOftarget(Trace2targetMatch partialMatch)
public java.util.Set<org.eclipse.emf.ecore.EObject> getAllValuesOftarget(Trace pTrace)
protected java.util.Set<Trace> rawAccumulateAllValuesOftrace(java.lang.Object[] parameters)
public java.util.Set<Trace> getAllValuesOftrace()
public java.util.Set<Trace> getAllValuesOftrace(Trace2targetMatch partialMatch)
public java.util.Set<Trace> getAllValuesOftrace(org.eclipse.emf.ecore.EObject pTarget)
protected Trace2targetMatch tupleToMatch(Tuple t)
tupleToMatch
in class BaseMatcher<Trace2targetMatch>
protected Trace2targetMatch arrayToMatch(java.lang.Object[] match)
BaseMatcher
arrayToMatch
in class BaseMatcher<Trace2targetMatch>
protected Trace2targetMatch arrayToMatchMutable(java.lang.Object[] match)
BaseMatcher
arrayToMatchMutable
in class BaseMatcher<Trace2targetMatch>
public static IQuerySpecification<Trace2targetMatcher> querySpecification() throws ViatraQueryException
ViatraQueryException
- if the pattern definition could not be loaded