public interface ISearchOperation
Modifier and Type | Interface and Description |
---|---|
static interface |
ISearchOperation.ISearchOperationExecutor |
Modifier and Type | Method and Description |
---|---|
ISearchOperation.ISearchOperationExecutor |
createExecutor()
Initializes a new operation executor for the given operation.
|
java.util.List<java.lang.Integer> |
getVariablePositions() |
java.lang.String |
toString(java.util.function.Function<java.lang.Integer,java.lang.String> variableMapping)
Creates a string representation of the search operation by replacing the variable numbers according to the
parameter function.
|
ISearchOperation.ISearchOperationExecutor createExecutor()
java.util.List<java.lang.Integer> getVariablePositions()
java.lang.String toString(java.util.function.Function<java.lang.Integer,java.lang.String> variableMapping)
getVariablePositions()
; otherwise a NullPointerException
will be
thrown during the calculation of the string.