HUCTLp / com.github.sybila.huctl / CompareOp

CompareOp

enum class CompareOp

Specifies the type of the comparison operator used by the Formula.Numeric propositions.

Enum Values

GT

Greater than (>)

GE

Greater than or equal (>=)

EQ

Equal (==)

NEQ

Not equal (!=)

LE

Less than or equal (<=)

LT

Less than (<)

Functions

toString fun toString(): String

Return a string representation which can be parsed to create an equivalent object.