Variable
constructor(parent: ModelElement, theInitialValue: Double = 0.0, allowedDomain: Interval = Interval(), name: String? = null)
Parameters
parent
the parent (containing) model element for this variable
the Initial Value
the initial value, defaults to 0.0
allowed Domain
the validity interval, defaults to NEGATIVE_INFINITY, POSITIVE_INFINITY
name
the name of the variable, will be auto-defined if null