Modifier and Type | Method and Description |
---|---|
int |
LocalSearchMatcher.countMatches() |
int |
LocalSearchMatcher.countMatches(MatchingFrame initialFrame) |
java.util.Collection<MatchingFrame> |
LocalSearchMatcher.getAllMatches() |
java.util.Collection<MatchingFrame> |
LocalSearchMatcher.getAllMatches(MatchingFrame initialFrame) |
MatchingFrame |
LocalSearchMatcher.getOneArbitraryMatch() |
MatchingFrame |
LocalSearchMatcher.getOneArbitraryMatch(MatchingFrame initialFrame) |
boolean |
LocalSearchMatcher.hasMatch() |
boolean |
LocalSearchMatcher.hasMatch(MatchingFrame initialFrame) |
Modifier and Type | Method and Description |
---|---|
boolean |
ISearchOperation.execute(MatchingFrame frame,
ISearchContext context) |
void |
ISearchOperation.onBacktrack(MatchingFrame frame,
ISearchContext context)
After the execution of the operation failed and
ISearchOperation.execute(MatchingFrame, ISearchContext) returns false, the onBacktrack
callback is evaluated. |
void |
ISearchOperation.onInitialize(MatchingFrame frame,
ISearchContext context)
During the execution of the corresponding plan, the onInitialize callback is evaluated before the execution of
the operation may begin.
|
Modifier and Type | Method and Description |
---|---|
boolean |
CheckOperation.execute(MatchingFrame frame,
ISearchContext context) |
void |
CheckOperation.onBacktrack(MatchingFrame frame,
ISearchContext context) |
void |
NACOperation.onInitialize(MatchingFrame frame,
ISearchContext context) |
void |
CountCheck.onInitialize(MatchingFrame frame,
ISearchContext context) |
void |
CheckOperation.onInitialize(MatchingFrame frame,
ISearchContext context) |
void |
BinaryTransitiveClosureCheck.onInitialize(MatchingFrame frame,
ISearchContext context) |
Modifier and Type | Method and Description |
---|---|
void |
IterateOverEStructuralFeatureInstances.onBacktrack(MatchingFrame frame,
ISearchContext context) |
void |
ExtendToEStructuralFeatureTarget.onInitialize(MatchingFrame frame,
ISearchContext context) |
void |
ExtendConstant.onInitialize(MatchingFrame frame,
ISearchContext context) |
void |
ExpressionEval.onInitialize(MatchingFrame frame,
ISearchContext context) |
void |
CountOperation.onInitialize(MatchingFrame frame,
ISearchContext context) |
Modifier and Type | Method and Description |
---|---|
void |
IterateOverEStructuralFeatureInstances.onBacktrack(MatchingFrame frame,
ISearchContext context) |
void |
ExtendToEStructuralFeatureTarget.onInitialize(MatchingFrame frame,
ISearchContext context) |
void |
ExtendToEStructuralFeatureSource.onInitialize(MatchingFrame frame,
ISearchContext context) |
Modifier and Type | Method and Description |
---|---|
boolean |
SearchPlanExecutor.execute(MatchingFrame frame) |