Package | Description |
---|---|
csheets.core.formula.lang |
Provides the operators, functions and references supported by the formula
language.
|
Modifier and Type | Class and Description |
---|---|
class |
Equal
A relational equal operator.
|
class |
GreaterThan
A relational greater-than operator.
|
class |
GreaterThanOrEqual
A relational greater-than-oe-equal operator.
|
class |
LessThan
A relational less-than operator.
|
class |
LessThanOrEqual
A relational less-than-or-equal operator.
|
class |
NotEqual
A relational not-equal operator.
|
class |
RelationalOperatorImpl
This class is a concrete RelationalOperatior to allow operations with :=
|