Package | Description |
---|---|
org.eclipse.incquery.runtime.localsearch.matcher |
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.ImmutableList<SearchPlanExecutor> |
LocalSearchMatcher.getPlan() |
Modifier and Type | Method and Description |
---|---|
void |
ILocalSearchAdapter.executorInitializing(SearchPlanExecutor searchPlanExecutor,
MatchingFrame frame)
Callback method to indicate that a search plan executor is initialized with the given frame and starting operation
|
void |
ILocalSearchAdapter.matchFound(SearchPlanExecutor planExecutor,
MatchingFrame frame)
Callback that is used to indicate that a match has been found
|
void |
ILocalSearchAdapter.operationExecuted(SearchPlanExecutor planExecutor,
MatchingFrame frame)
Callback method to indicate that an operation is executed
|
void |
ILocalSearchAdapter.operationSelected(SearchPlanExecutor planExecutor,
MatchingFrame frame)
Callback method to indicate the selection of an operation to execute
|
void |
ILocalSearchAdapter.planChanged(SearchPlanExecutor oldPlanExecutor,
SearchPlanExecutor newPlanExecutor)
Callback method to indicate switching to a new plan during the execution of a pattern matching
|
Constructor and Description |
---|
LocalSearchMatcher(PQuery query,
SearchPlanExecutor[] plan,
int keySize,
int frameSize) |
LocalSearchMatcher(PQuery query,
SearchPlanExecutor plan,
int keySize,
int frameSize) |
Constructor and Description |
---|
LocalSearchMatcher(PQuery query,
java.util.Collection<SearchPlanExecutor> plan,
int keySize,
int frameSize) |