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