Module dmntk_feel::values[][src]

Expand description

FEEL values.

Modules

errors

Definitions of value errors.

Structs

Values

Collection of values.

Enums

FunctionBody

Function body may be defined in FEEL or DMN in many ways, so this enumeration is the representation of all these cases.

Value

???

Constants

VALUE_FALSE

Utility constant for value false of type Boolean.

VALUE_NULL

Utility constant for null value of type Null.

VALUE_NULL_WITH_TRACE

Utility constant for null value of type Null with additional tracing message. Tracing messages may be used for diagnostic purposes.

VALUE_TRUE

Utility constant for value true of type Boolean.