Class FMUImport.Output

  • Enclosing class:
    FMUImport

    protected static class FMUImport.Output
    extends java.lang.Object
    A data structure representing an output from the FMU.
    • Field Detail

      • dependencies

        public java.util.Set<TypedIOPort> dependencies
        The set of input ports on which the output declares it depends.
      • inputStateDependentScalarVariables

        public java.util.List<FMIScalarVariable> inputStateDependentScalarVariables
        The list of dependent ScalarVariable elements.
      • lastOutputPortValue

        public double lastOutputPortValue
        The last double output seen at the input port.
      • scalarVariable

        public FMIScalarVariable scalarVariable
        The FMI scalar variable for this output.
      • port

        public TypedIOPort port
        The Ptolemy output port for this output.
    • Constructor Detail

      • Output

        protected Output()