Column
Column.Rd
Class representing a column object.
Public fields
name
The name of the column.
unit
The unit of the column. Has to be an object of the class
Unit
.formula
The columns's formula.
isStatic
This flag specifies whether the column is static or time-dependent.
savingSignalName
The name of the signal in the columns saving clause.
saveToParentEntity
This flag specifies whether data shall be saved to the parent of the entity.
Methods
Method new()
Create a new Column instance.
Usage
Column$new(
name = NULL,
unit = NULL,
formula = NULL,
isStatic = NULL,
savingSignalName = NULL,
saveToParentEntity = NULL
)
Arguments
name
The name of the column.
unit
The unit of the column. Has to be an object of the class
Unit
.formula
The columns's formula.
isStatic
This flag specifies whether the column is static or time-dependent.
savingSignalName
The name of the signal in the columns saving clause.
saveToParentEntity
This flag specifies whether data shall be saved to the parent of the entity.