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 |
RPNEngine.register(Operations module)
Registers an Operations module.
|
Modifier and Type | Class and Description |
---|---|
class |
BasicOperations
Basic operations.
|
class |
BigDecimalOperations
Big decimal operations.
|
class |
BigIntegerOperations
Big integer operations.
|
class |
BigRationalOperations
Big rational operations.
|
class |
BooleanOperations
Boolean operations.
|
class |
ComplexOperations
Complex operations.
|
class |
CompoundOperations
Compound operations.
|
class |
ContainerOperations
Container operations.
|
class |
DateTimeOperations
Date-time operations.
|
class |
DoubleOperations
Double operations.
|
class |
LongOperations
Long operations.
|
class |
RationalOperations
Rational operations.
|
class |
SimpleOperations
Simple operations.
|
class |
StackOperations
Stack operations.
|
class |
StringOperations
String operations.
|
Modifier and Type | Class and Description |
---|---|
class |
SelectorOperations
Selector operations.
|
Modifier and Type | Method and Description |
---|---|
protected abstract Operations |
SelectorEngine.newOperations()
Returns new operations.
|
Modifier and Type | Class and Description |
---|---|
class |
SummarizerOperations
Summarizer operations.
|
Modifier and Type | Method and Description |
---|---|
protected Operations |
SummarizerEngine.newOperations()
Returns new operations.
|
Copyright © 2003-2019 Serge Brisson. All Rights Reserved.