Package | Description |
---|---|
org.rvpf.processor.engine.rpn |
RPN Engine.
|
org.rvpf.processor.engine.rpn.operation |
RPN operations.
|
org.rvpf.processor.engine.rpn.selector |
Summarizer Engine.
|
org.rvpf.processor.engine.rpn.selector.summarizer |
Modifier and Type | Method and Description |
---|---|
Task |
Stack.getTask()
Gets the task.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Filter.accept(Task task)
Accepts or rejects the values on a Stack according to this Filter's
program.
|
Constructor and Description |
---|
Stack(Optional<Task> task)
Constructs a new stack.
|
Modifier and Type | Method and Description |
---|---|
void |
SimpleOperation.Reference.execute(Task task)
Executes this operation for the specified task.
|
abstract void |
OperationReference.execute(Task task)
Executes this operation for the specified task.
|
void |
Operation.execute(Task task)
Executes this for the specified Task.
|
void |
Operation.Abstract.execute(Task task)
Executes this for the specified Task.
|
void |
StringOperations.execute(Task task,
SimpleOperation.Reference reference)
Executes an operation code within the context of a task.
|
void |
StackOperations.execute(Task task,
SimpleOperation.Reference reference)
Executes an operation code within the context of a task.
|
abstract void |
SimpleOperations.execute(Task task,
SimpleOperation.Reference reference)
Executes an operation code within the context of a task.
|
void |
RationalOperations.execute(Task task,
SimpleOperation.Reference reference)
Executes an operation code within the context of a task.
|
void |
LongOperations.execute(Task task,
SimpleOperation.Reference reference)
Executes an operation code within the context of a task.
|
void |
DoubleOperations.execute(Task task,
SimpleOperation.Reference reference)
Executes an operation code within the context of a task.
|
void |
DateTimeOperations.execute(Task task,
SimpleOperation.Reference reference)
Executes an operation code within the context of a task.
|
void |
ContainerOperations.execute(Task task,
SimpleOperation.Reference reference)
Executes an operation code within the context of a task.
|
void |
ComplexOperations.execute(Task task,
SimpleOperation.Reference reference)
Executes an operation code within the context of a task.
|
void |
BooleanOperations.execute(Task task,
SimpleOperation.Reference reference)
Executes an operation code within the context of a task.
|
void |
BigRationalOperations.execute(Task task,
SimpleOperation.Reference reference)
Executes an operation code within the context of a task.
|
void |
BigIntegerOperations.execute(Task task,
SimpleOperation.Reference reference)
Executes an operation code within the context of a task.
|
void |
BigDecimalOperations.execute(Task task,
SimpleOperation.Reference reference)
Executes an operation code within the context of a task.
|
void |
BasicOperations.execute(Task task,
SimpleOperation.Reference reference)
Executes an operation code within the context of a task.
|
Operation |
Operation.filter(Task task,
OperationReference reference)
Apply the overloading filters to locate the appropriate operation.
|
Operation |
Operation.Abstract.filter(Task task,
OperationReference reference)
Apply the overloading filters to locate the appropriate operation.
|
Modifier and Type | Method and Description |
---|---|
void |
SelectorOperations.execute(Task task,
SimpleOperation.Reference reference)
Executes an operation code within the context of a task.
|
protected boolean |
SelectorTransform.executeFinalProgram(Task task,
Optional<Program> finalProgram)
Executes the final program.
|
protected boolean |
SelectorTransform.executeInitialProgram(Task task,
Optional<Program> initialProgram)
Executes the initial program.
|
protected boolean |
SelectorTransform.executeStepProgram(Task task,
Optional<Program> stepProgram)
Executes the step program.
|
Modifier and Type | Method and Description |
---|---|
void |
SummarizerOperations.execute(Task task,
SimpleOperation.Reference reference)
Executes an operation code within the context of a task.
|
Copyright © 2003-2019 Serge Brisson. All Rights Reserved.