Class DerivativeEstimatorInstanceValue


  • public class DerivativeEstimatorInstanceValue
    extends ModuleValue
    • Method Detail

      • createDerivativeEstimatorInstanceValue

        public static DerivativeEstimatorInstanceValue createDerivativeEstimatorInstanceValue​(java.util.List<StringValue> variables,
                                                                                              java.util.List<IntegerValue> orders,
                                                                                              java.util.List<IntegerValue> provided,
                                                                                              UnsignedIntegerValue variablesCount)
        Parameters:
        variables -
        orders -
        provided - describes how many derivatives of the variable are provided by the FMU itself. 1 is first derivative, 2 is second derivative etc. 0 means that no derivatives is provided, only the variable value.
        variablesCount -