public class AggregatorExtend extends java.lang.Object implements ISearchOperation, IPatternMatcherOperation
AggregatorConstraint
ISearchOperation.ISearchOperationExecutor
Constructor and Description |
---|
AggregatorExtend(CallInformation information,
AggregatorConstraint aggregator,
int position) |
Modifier and Type | Method and Description |
---|---|
ISearchOperation.ISearchOperationExecutor |
createExecutor()
Initializes a new operation executor for the given operation.
|
CallInformation |
getCallInformation()
Returns the precomputed call information associated with the current operation
|
java.util.List<java.lang.Integer> |
getVariablePositions() |
java.lang.String |
toString() |
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.
|
public AggregatorExtend(CallInformation information, AggregatorConstraint aggregator, int position)
public ISearchOperation.ISearchOperationExecutor createExecutor()
ISearchOperation
createExecutor
in interface ISearchOperation
public java.util.List<java.lang.Integer> getVariablePositions()
getVariablePositions
in interface ISearchOperation
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String toString(java.util.function.Function<java.lang.Integer,java.lang.String> variableMapping)
ISearchOperation
ISearchOperation.getVariablePositions()
; otherwise a NullPointerException
will be
thrown during the calculation of the string.toString
in interface ISearchOperation
public CallInformation getCallInformation()
IPatternMatcherOperation
getCallInformation
in interface IPatternMatcherOperation