Package | Description |
---|---|
org.eclipse.incquery.viewmodel.traceability.patterns | |
org.eclipse.incquery.viewmodel.traceability.patterns.util |
Modifier and Type | Method and Description |
---|---|
Trace2targetMatch |
Trace2targetMatcher.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.
|
static Trace2targetMatch |
Trace2targetMatch.newEmptyMatch()
Returns an empty, mutable match.
|
static Trace2targetMatch |
Trace2targetMatch.newMatch(org.eclipse.emf.ecore.EObject pTarget,
Trace pTrace)
Returns a new (partial) match.
|
Trace2targetMatch |
Trace2targetMatcher.newMatch(org.eclipse.emf.ecore.EObject pTarget,
Trace pTrace)
Returns a new (partial) match.
|
static Trace2targetMatch |
Trace2targetMatch.newMutableMatch(org.eclipse.emf.ecore.EObject pTarget,
Trace pTrace)
Returns a mutable (partial) match.
|
Trace2targetMatch |
Trace2targetMatch.toImmutable() |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<Trace2targetMatch> |
Trace2targetMatcher.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.
|
Modifier and Type | Method and Description |
---|---|
java.util.Set<org.eclipse.emf.ecore.EObject> |
Trace2targetMatcher.getAllValuesOftarget(Trace2targetMatch partialMatch)
Retrieve the set of values that occur in matches for target.
|
java.util.Set<Trace> |
Trace2targetMatcher.getAllValuesOftrace(Trace2targetMatch partialMatch)
Retrieve the set of values that occur in matches for trace.
|
Modifier and Type | Method and Description |
---|---|
void |
Trace2targetMatcher.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 |
Trace2targetMatcher.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.
|
Modifier and Type | Method and Description |
---|---|
Trace2targetMatch |
Trace2targetQuerySpecification.newEmptyMatch() |
Trace2targetMatch |
Trace2targetQuerySpecification.newMatch(java.lang.Object... parameters) |
Modifier and Type | Method and Description |
---|---|
void |
Trace2targetProcessor.process(Trace2targetMatch match) |