| Package | Description |
|---|---|
| de.tsl2.nano.util.operation |
| Modifier and Type | Class and Description |
|---|---|
class |
BooleanOperator
Boolean Operator as a sample implementation of
Operator. |
class |
ComparationOperator
UNDER CONSTRUCTION
compares two operands and returns a boolean. both operands have to be evaluated before and have to exist in the value
map.
|
class |
ConditionOperator<T>
Input: string holding boolean expressions. conditional execution
|
class |
NumericConditionOperator
Combination of conditioning (including booleans) and numeric operator. result has to be of type
BigDecimal. |
class |
NumericOperator
Numeric Operator as a sample implementation of
Operator. |
class |
SOperator<T>
Base
Operator for string expressions. |
Copyright © 2012–2022. All rights reserved.