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 |
---|---|
void |
Stack.insert(int position,
Serializable object)
Inserts an object at a position on this stack.
|
Serializable |
Stack.peek()
Peeks at the top of this stack.
|
Serializable |
Stack.peek(Class<?> expectedClass)
Peeks at the top of this stack.
|
Serializable |
Stack.peek(int position)
Peeks at a position on this stack.
|
long |
Stack.peekLongValue()
Peeks at the long at the top of this stack.
|
String |
Stack.peekStringValue()
Peeks at the string for the value at the top of this stack.
|
Serializable |
Stack.pop()
Pops the object at the top of this stack.
|
Serializable |
Stack.pop(Class<?> expectedClass)
Pops the object at the top of this stack.
|
boolean |
Stack.popBooleanValue()
Pops the boolean at the top of this stack.
|
double |
Stack.popDoubleValue()
Pops the double at the top of this stack.
|
int |
Stack.popIntValue()
Pops the int at the top of this stack.
|
long |
Stack.popLongValue()
Pops the long at the top of this stack.
|
String |
Stack.popStringValue()
Pops the string at the top of this stack.
|
Serializable |
Stack.remove(int position)
Removes the object at a position on this stack.
|
Modifier and Type | Method and Description |
---|---|
void |
ContainerOperations.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.
|
Modifier and Type | Method and Description |
---|---|
void |
SelectorOperations.execute(Task task,
SimpleOperation.Reference reference)
Executes an operation code within the context of a task.
|
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.