Package org.intocps.maestro.interpreter
Class Fmi2Interpreter
java.lang.Object
org.intocps.maestro.interpreter.Fmi2Interpreter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidcheckArgLength(List<Value> values, int size) createFmiValue(Class<?> clz) createFmiValue(String path, String guid) createFmuMembers(File workingDirectory, String guid, org.intocps.fmi.IFmu fmu) getArrayValue(Value value, Optional<Long> limit, Class<T> clz) static booleanstatic doublestatic FmuComponentValuegetFmuComponentValue(BufferedOutputStream fmuLogOutputStream, org.intocps.fmi.IFmiComponent component) static Stringstatic long
-
Constructor Details
-
Fmi2Interpreter
-
-
Method Details
-
getBool
-
getDouble
-
getUint
-
getString
-
checkArgLength
-
getArrayValue
-
getFmuComponentValue
public static FmuComponentValue getFmuComponentValue(BufferedOutputStream fmuLogOutputStream, org.intocps.fmi.IFmiComponent component) -
createFmuMembers
-
createFmiValue
- Throws:
InterpreterException
-
createFmiValue
-