Package | Description |
---|---|
org.eclipse.incquery.viewers.runtime.model.patterns | |
org.eclipse.incquery.viewers.runtime.model.patterns.util |
Modifier and Type | Method and Description |
---|---|
Param2containmentMatch |
Param2containmentMatcher.getOneArbitraryMatch(java.lang.Object pSource,
java.lang.Object pTarget,
Trace pTrace,
Containment pContainment)
Returns an arbitrarily chosen match of the pattern that conforms to the given fixed values of some parameters.
|
static Param2containmentMatch |
Param2containmentMatch.newEmptyMatch()
Returns an empty, mutable match.
|
Param2containmentMatch |
Param2containmentMatcher.newMatch(java.lang.Object pSource,
java.lang.Object pTarget,
Trace pTrace,
Containment pContainment)
Returns a new (partial) match.
|
static Param2containmentMatch |
Param2containmentMatch.newMatch(java.lang.Object pSource,
java.lang.Object pTarget,
Trace pTrace,
Containment pContainment)
Returns a new (partial) match.
|
static Param2containmentMatch |
Param2containmentMatch.newMutableMatch(java.lang.Object pSource,
java.lang.Object pTarget,
Trace pTrace,
Containment pContainment)
Returns a mutable (partial) match.
|
Param2containmentMatch |
Param2containmentMatch.toImmutable() |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<Param2containmentMatch> |
Param2containmentMatcher.getAllMatches(java.lang.Object pSource,
java.lang.Object pTarget,
Trace pTrace,
Containment pContainment)
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<Containment> |
Param2containmentMatcher.getAllValuesOfcontainment(Param2containmentMatch partialMatch)
Retrieve the set of values that occur in matches for containment.
|
java.util.Set<java.lang.Object> |
Param2containmentMatcher.getAllValuesOfsource(Param2containmentMatch partialMatch)
Retrieve the set of values that occur in matches for source.
|
java.util.Set<java.lang.Object> |
Param2containmentMatcher.getAllValuesOftarget(Param2containmentMatch partialMatch)
Retrieve the set of values that occur in matches for target.
|
java.util.Set<Trace> |
Param2containmentMatcher.getAllValuesOftrace(Param2containmentMatch partialMatch)
Retrieve the set of values that occur in matches for trace.
|
Modifier and Type | Method and Description |
---|---|
void |
Param2containmentMatcher.forEachMatch(java.lang.Object pSource,
java.lang.Object pTarget,
Trace pTrace,
Containment pContainment,
IMatchProcessor<? super Param2containmentMatch> processor)
Executes the given processor on each match of the pattern that conforms to the given fixed values of some parameters.
|
boolean |
Param2containmentMatcher.forOneArbitraryMatch(java.lang.Object pSource,
java.lang.Object pTarget,
Trace pTrace,
Containment pContainment,
IMatchProcessor<? super Param2containmentMatch> 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 |
---|---|
Param2containmentMatch |
Param2containmentQuerySpecification.newEmptyMatch() |
Param2containmentMatch |
Param2containmentQuerySpecification.newMatch(java.lang.Object... parameters) |
Modifier and Type | Method and Description |
---|---|
void |
Param2containmentProcessor.process(Param2containmentMatch match) |