public static class FMIModelDescription.ContinuousState
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.util.Set<TypedIOPort> |
dependencies
The set of input ports on which the state depends.
|
java.util.LinkedList<FMIScalarVariable> |
dependentScalarVariables
The list of dependent ScalarVariable elements.
|
boolean |
hasChanged
The flag which indicates a change of a state.
|
double |
lastDoubleOutput
The last double output seen.
|
java.lang.String |
name
The name of the continuous state variable.
|
java.lang.Double |
nominal
The nominal value for this variable, or null if it is not given.
|
TypedIOPort |
port
The Ptolemy state port for this state.
|
double |
quantum
The quantum value of the state.
|
FMIScalarVariable |
scalarVariable
The FMI scalar variable for this state.
|
java.lang.Double |
start
The start value for this variable, or null if it is not given.
|
Constructor and Description |
---|
ContinuousState() |
public java.util.Set<TypedIOPort> dependencies
public java.util.LinkedList<FMIScalarVariable> dependentScalarVariables
public boolean hasChanged
public double lastDoubleOutput
public java.lang.String name
public java.lang.Double nominal
public TypedIOPort port
public double quantum
public FMIScalarVariable scalarVariable
public java.lang.Double start