Package | Description |
---|---|
org.eclipse.incquery.viewmodel.traceability.patterns | |
org.eclipse.incquery.viewmodel.traceability.patterns.util |
Modifier and Type | Method and Description |
---|---|
EmptyTraceMatch |
EmptyTraceMatcher.getOneArbitraryMatch(Trace pTrace)
Returns an arbitrarily chosen match of the pattern that conforms to the given fixed values of some parameters.
|
static EmptyTraceMatch |
EmptyTraceMatch.newEmptyMatch()
Returns an empty, mutable match.
|
static EmptyTraceMatch |
EmptyTraceMatch.newMatch(Trace pTrace)
Returns a new (partial) match.
|
EmptyTraceMatch |
EmptyTraceMatcher.newMatch(Trace pTrace)
Returns a new (partial) match.
|
static EmptyTraceMatch |
EmptyTraceMatch.newMutableMatch(Trace pTrace)
Returns a mutable (partial) match.
|
EmptyTraceMatch |
EmptyTraceMatch.toImmutable() |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<EmptyTraceMatch> |
EmptyTraceMatcher.getAllMatches(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 |
---|---|
void |
EmptyTraceMatcher.forEachMatch(Trace pTrace,
IMatchProcessor<? super EmptyTraceMatch> processor)
Executes the given processor on each match of the pattern that conforms to the given fixed values of some parameters.
|
boolean |
EmptyTraceMatcher.forOneArbitraryMatch(Trace pTrace,
IMatchProcessor<? super EmptyTraceMatch> 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 |
---|---|
EmptyTraceMatch |
EmptyTraceQuerySpecification.newEmptyMatch() |
EmptyTraceMatch |
EmptyTraceQuerySpecification.newMatch(java.lang.Object... parameters) |
Modifier and Type | Method and Description |
---|---|
void |
EmptyTraceProcessor.process(EmptyTraceMatch match) |