public abstract class AbstractPositivePatternCallOperation extends java.lang.Object implements ISearchOperation
| Modifier and Type | Field and Description |
|---|---|
protected CallOperationHelper.PatternCall |
call |
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractPositivePatternCallOperation(MatcherReference calledQuery,
java.util.Map<PParameter,java.lang.Integer> parameterMapping) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.Integer> |
getVariablePositions() |
void |
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.
|
java.lang.String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitexecute, onBacktrackprotected CallOperationHelper.PatternCall call
protected AbstractPositivePatternCallOperation(MatcherReference calledQuery, java.util.Map<PParameter,java.lang.Integer> parameterMapping)
public void onInitialize(MatchingFrame frame, ISearchContext context) throws LocalSearchException
ISearchOperationonInitialize in interface ISearchOperationLocalSearchExceptionpublic java.util.List<java.lang.Integer> getVariablePositions()
getVariablePositions in interface ISearchOperationpublic java.lang.String toString()
toString in class java.lang.Object