Namespace Quantellia.WMServer.DecisionModeler.ValueTypes
Implementations of the various data types supported during the evaluation of DecisionModels.
Classes
ArrayValue
Class representing values in a DecisionModel that are arrays.
AtomicElementValue
BooleanValue
Represents Boolean values in the evaluation of DecisionModels.
CollectionElementValue
Base class for values that are composed of collections of other values (e.g. arrays, matrices, tables, etc.)
DateTimeValue
Represents Date/Time values in the evaluation of DecisionModels.
ElementValue
Abstract base class from which all other element value classes are derived.
MatrixValue
Represents values consisting of a Matrix of numbers in the evaluation of DecisionModels.
NullValue
Represents null values in the evaluation of DecisionModels.
NumberValue
Represents numerical values in the evaluation of DecisionModels.
ObjectTemplate
Defines an object template (a list of keynames) that are automatically added to a new ObjectValue instance when the template is used to create it.
ObjectValue
Defines values that are composed of a collection of name-value pairs.
StringValue
Represents string values in the evaluation of DecisionModels.
TableValue
Represents values consisting of a Table of other values in the evaluation of DecisionModels.
VectorValue
Represents values consisting of a vector of numbers in the evaluation of DecisionModels.