| Package | Description |
|---|---|
| de.tsl2.nano.util.operation |
| Class and Description |
|---|
| BooleanOperator
Boolean Operator as a sample implementation of
Operator. |
| ConditionOperator
Input: string holding boolean expressions. conditional execution
|
| CRange
generic range object. usable for comparable values like numbers, dates, strings. but it is usable too for any
object, implementing
Comparable. |
| IConvertableUnit
combination of a convertable value and its unit
|
| IConverter
to convert from one to another object. we use the names from and to. synonyms would be:
from = source, min, begin to = destination, max, end, until |
| IOperable
base for comparable objects like numbers, dates, strings - but for any other objects, too - to provide some standard
operations.
|
| IRange |
| IUnit
see
IUnit.getUnit(). |
| Operable
Standard operand providing operations through
IOperable. it wraps the Comparable interface to become
readable/usable. in other words: wraps any java-bean to be a comparable number. |
| OperableUnit
usable to compare values with defined units. f.e., a bigdecimal working as currency.
|
| Operator
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.
|
| Range
Simplest implementation of
IRange. |
| SOperator
Base
Operator for string expressions. |
Copyright © 2012–2022. All rights reserved.