| Package | Description |
|---|---|
| de.tsl2.nano.util.operation | |
| de.tsl2.nano.util.parser |
| 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 |
Function<OUTPUT> |
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 |
Operator<INPUT,OUTPUT>
Base class to execute any operation with terms having two operands and one operator. it is like a primitive parser
using regular expressions. may be used to implement equation-solvers etc.
|
class |
SOperator<T>
Base
Operator for string expressions. |
| Modifier and Type | Class and Description |
|---|---|
class |
Parser<INPUT> |
class |
SParser
Simple text parser as extension of generic parser
Parser. |
Copyright © 2012–2020. All rights reserved.