Package | Description |
---|---|
org.eclipse.incquery.viewmodel.traceability.patterns | |
org.eclipse.incquery.viewmodel.traceability.patterns.util |
Modifier and Type | Method and Description |
---|---|
Trace2paramMatch |
Trace2paramMatcher.getOneArbitraryMatch(org.eclipse.emf.ecore.EObject pParam,
Trace pTrace,
java.lang.String pId)
Returns an arbitrarily chosen match of the pattern that conforms to the given fixed values of some parameters.
|
static Trace2paramMatch |
Trace2paramMatch.newEmptyMatch()
Returns an empty, mutable match.
|
static Trace2paramMatch |
Trace2paramMatch.newMatch(org.eclipse.emf.ecore.EObject pParam,
Trace pTrace,
java.lang.String pId)
Returns a new (partial) match.
|
Trace2paramMatch |
Trace2paramMatcher.newMatch(org.eclipse.emf.ecore.EObject pParam,
Trace pTrace,
java.lang.String pId)
Returns a new (partial) match.
|
static Trace2paramMatch |
Trace2paramMatch.newMutableMatch(org.eclipse.emf.ecore.EObject pParam,
Trace pTrace,
java.lang.String pId)
Returns a mutable (partial) match.
|
Trace2paramMatch |
Trace2paramMatch.toImmutable() |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<Trace2paramMatch> |
Trace2paramMatcher.getAllMatches(org.eclipse.emf.ecore.EObject pParam,
Trace pTrace,
java.lang.String pId)
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<java.lang.String> |
Trace2paramMatcher.getAllValuesOfid(Trace2paramMatch partialMatch)
Retrieve the set of values that occur in matches for id.
|
java.util.Set<org.eclipse.emf.ecore.EObject> |
Trace2paramMatcher.getAllValuesOfparam(Trace2paramMatch partialMatch)
Retrieve the set of values that occur in matches for param.
|
java.util.Set<Trace> |
Trace2paramMatcher.getAllValuesOftrace(Trace2paramMatch partialMatch)
Retrieve the set of values that occur in matches for trace.
|
Modifier and Type | Method and Description |
---|---|
void |
Trace2paramMatcher.forEachMatch(org.eclipse.emf.ecore.EObject pParam,
Trace pTrace,
java.lang.String pId,
IMatchProcessor<? super Trace2paramMatch> processor)
Executes the given processor on each match of the pattern that conforms to the given fixed values of some parameters.
|
boolean |
Trace2paramMatcher.forOneArbitraryMatch(org.eclipse.emf.ecore.EObject pParam,
Trace pTrace,
java.lang.String pId,
IMatchProcessor<? super Trace2paramMatch> 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 |
---|---|
Trace2paramMatch |
Trace2paramQuerySpecification.newEmptyMatch() |
Trace2paramMatch |
Trace2paramQuerySpecification.newMatch(java.lang.Object... parameters) |
Modifier and Type | Method and Description |
---|---|
void |
Trace2paramProcessor.process(Trace2paramMatch match) |