Package org.intocps.maestro.interpreter
Class Fmi2Interpreter
- java.lang.Object
-
- org.intocps.maestro.interpreter.Fmi2Interpreter
-
public class Fmi2Interpreter extends Object
-
-
Constructor Summary
Constructors Constructor Description Fmi2Interpreter(File workingDirectory)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ValuecreateFmiValue(Class<?> clz)ValuecreateFmiValue(String path, String guid)static Map<String,Value>createFmuMembers(File workingDirectory, String guid, org.intocps.fmi.IFmu fmu)static booleangetBool(Value value)static doublegetDouble(Value value)static FmuComponentValuegetFmuComponentValue(BufferedOutputStream fmuLogOutputStream, org.intocps.fmi.IFmiComponent component)static StringgetString(Value value)static longgetUint(Value value)
-
-
-
Constructor Detail
-
Fmi2Interpreter
public Fmi2Interpreter(File workingDirectory)
-
-
Method Detail
-
getBool
public static boolean getBool(Value value)
-
getDouble
public static double getDouble(Value value)
-
getUint
public static long getUint(Value value)
-
getFmuComponentValue
public static FmuComponentValue getFmuComponentValue(BufferedOutputStream fmuLogOutputStream, org.intocps.fmi.IFmiComponent component)
-
createFmuMembers
public static Map<String,Value> createFmuMembers(File workingDirectory, String guid, org.intocps.fmi.IFmu fmu)
-
createFmiValue
public Value createFmiValue(String path, String guid) throws InterpreterException
- Throws:
InterpreterException
-
-