protected static class FMUImport.Output
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.util.Set<TypedIOPort> |
dependencies
The set of input ports on which the output declares it depends.
|
java.util.List<FMIScalarVariable> |
inputStateDependentScalarVariables
The list of dependent ScalarVariable elements.
|
double |
lastOutputPortValue
The last double output seen at the input port.
|
TypedIOPort |
port
The Ptolemy output port for this output.
|
FMIScalarVariable |
scalarVariable
The FMI scalar variable for this output.
|
Modifier | Constructor and Description |
---|---|
protected |
Output() |
public java.util.Set<TypedIOPort> dependencies
public java.util.List<FMIScalarVariable> inputStateDependentScalarVariables
public double lastOutputPortValue
public FMIScalarVariable scalarVariable
public TypedIOPort port