Package | Description |
---|---|
org.eclipse.incquery.viewers.runtime.model.patterns | |
org.eclipse.incquery.viewers.runtime.model.patterns.util |
Modifier and Type | Method and Description |
---|---|
Param2itemMatch |
Param2itemMatcher.getOneArbitraryMatch(java.lang.Object pParam,
Trace pTrace,
Item pItem)
Returns an arbitrarily chosen match of the pattern that conforms to the given fixed values of some parameters.
|
static Param2itemMatch |
Param2itemMatch.newEmptyMatch()
Returns an empty, mutable match.
|
Param2itemMatch |
Param2itemMatcher.newMatch(java.lang.Object pParam,
Trace pTrace,
Item pItem)
Returns a new (partial) match.
|
static Param2itemMatch |
Param2itemMatch.newMatch(java.lang.Object pParam,
Trace pTrace,
Item pItem)
Returns a new (partial) match.
|
static Param2itemMatch |
Param2itemMatch.newMutableMatch(java.lang.Object pParam,
Trace pTrace,
Item pItem)
Returns a mutable (partial) match.
|
Param2itemMatch |
Param2itemMatch.toImmutable() |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<Param2itemMatch> |
Param2itemMatcher.getAllMatches(java.lang.Object pParam,
Trace pTrace,
Item pItem)
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<Item> |
Param2itemMatcher.getAllValuesOfitem(Param2itemMatch partialMatch)
Retrieve the set of values that occur in matches for item.
|
java.util.Set<java.lang.Object> |
Param2itemMatcher.getAllValuesOfparam(Param2itemMatch partialMatch)
Retrieve the set of values that occur in matches for param.
|
java.util.Set<Trace> |
Param2itemMatcher.getAllValuesOftrace(Param2itemMatch partialMatch)
Retrieve the set of values that occur in matches for trace.
|
Modifier and Type | Method and Description |
---|---|
void |
Param2itemMatcher.forEachMatch(java.lang.Object pParam,
Trace pTrace,
Item pItem,
IMatchProcessor<? super Param2itemMatch> processor)
Executes the given processor on each match of the pattern that conforms to the given fixed values of some parameters.
|
boolean |
Param2itemMatcher.forOneArbitraryMatch(java.lang.Object pParam,
Trace pTrace,
Item pItem,
IMatchProcessor<? super Param2itemMatch> 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 |
---|---|
Param2itemMatch |
Param2itemQuerySpecification.newEmptyMatch() |
Param2itemMatch |
Param2itemQuerySpecification.newMatch(java.lang.Object... parameters) |
Modifier and Type | Method and Description |
---|---|
void |
Param2itemProcessor.process(Param2itemMatch match) |