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