The scalar_values.py module#

Summary#

BooleanValue

Stores a value as a BooleanValue variable type.

IntegerValue

Stores a value as an IntegerValue variable type.

RealValue

Stores a value as a RealValue variable type.

StringValue

Stores a value as an IVariableValue variable type.

Description#

Defines all scalar value implementations of the IVariableValue variable type.