Package de.xabsl.jxabsl.expression.decimal

Class Summary
ArithmeticOperator Base class for the +, -, *, / and % operator.
ConditionalDecimalExpression Represents a (condition?
DecimalExpression Base class for all decimal expressions in the option graph.
DecimalInputSymbolRef Represents a reference to a decimal input symbol.
DecimalOptionParameterRef Represents a reference to a decimal option parameter.
DecimalOutputSymbolRef Represents a reference to a decimal output symbol.
DecimalValue Represents a literal decimal value.
DivideOperator Represents a / operator in the option graph
MinusOperator Represents a - operator in the option graph
ModOperator Represents a % operator in the option graph
MultiplyOperator Represents a * operator in the option graph
PlusOperator Represents a + operator in the option graph
TimeRef Represents a time-of-option-execution or time-of-state-execution expression in the option graph