Class DerivativeEstimatorInstanceValue
- java.lang.Object
-
- org.intocps.maestro.interpreter.values.Value
-
- org.intocps.maestro.interpreter.values.ModuleValue
-
- org.intocps.maestro.interpreter.values.derivativeestimator.DerivativeEstimatorInstanceValue
-
public class DerivativeEstimatorInstanceValue extends ModuleValue
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDerivativeEstimatorInstanceValue.DerivativesForVariable
-
Constructor Summary
Constructors Constructor Description DerivativeEstimatorInstanceValue(long variablesCount_, java.util.HashMap<java.lang.Integer,DerivativeEstimatorInstanceValue.DerivativesForVariable> derivatives)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static DerivativeEstimatorInstanceValuecreateDerivativeEstimatorInstanceValue(java.util.List<StringValue> variables, java.util.List<IntegerValue> orders, java.util.List<IntegerValue> provided, UnsignedIntegerValue variablesCount)-
Methods inherited from class org.intocps.maestro.interpreter.values.ModuleValue
lookup
-
Methods inherited from class org.intocps.maestro.interpreter.values.Value
checkArgLength, compareTo, deref
-
-
-
-
Constructor Detail
-
DerivativeEstimatorInstanceValue
public DerivativeEstimatorInstanceValue(long variablesCount_, java.util.HashMap<java.lang.Integer,DerivativeEstimatorInstanceValue.DerivativesForVariable> derivatives)
-
-
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-
-
-