| Package | Description |
|---|---|
| org.rvpf.processor.engine.rpn.operation |
RPN operations.
|
| Modifier and Type | Class and Description |
|---|---|
class |
OperandOperation
Operand operation.
|
static class |
Operation.Abstract
Abstract operation.
|
class |
SimpleOperation
Simple operation.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
Operation |
SimpleOperation.Reference.getOperation()
Gets the operation.
|
abstract Operation |
OperationReference.getOperation()
Gets the operation.
|
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,Operation> |
Operations.getRegistrations()
Gets the registrations.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Operation.register(Map<String,Operation> registrations)
Registers itself on a registrations map.
|
void |
Operation.Abstract.register(Map<String,Operation> registrations)
Registers itself on a registrations map.
|
void |
Operations.setUp(Map<String,Operation> registrations,
Params params)
Sets up the Operations.
|
Copyright © 2003-2019 Serge Brisson. All Rights Reserved.