Variable

constructor(parent: ModelElement, theInitialValue: Double = 0.0, allowedDomain: Interval = Interval(), name: String? = null)

Parameters

parent

the parent (containing) model element for this variable

theInitialValue

the initial value, defaults to 0.0

allowedDomain

the validity interval, defaults to NEGATIVE_INFINITY, POSITIVE_INFINITY

name

the name of the variable, will be auto-defined if null