Class FmuComponentValue
java.lang.Object
org.intocps.maestro.interpreter.values.Value
org.intocps.maestro.interpreter.values.ModuleValue
org.intocps.maestro.interpreter.values.ExternalModuleValue<org.intocps.fmi.IFmiComponent>
org.intocps.maestro.interpreter.values.fmi.FmuComponentValue
-
Constructor Summary
ConstructorsConstructorDescriptionFmuComponentValue(Map<String, Value> members, org.intocps.fmi.IFmiComponent module, OutputStream fmuLoggerOutputStream) -
Method Summary
Methods inherited from class org.intocps.maestro.interpreter.values.ExternalModuleValue
getModuleMethods inherited from class org.intocps.maestro.interpreter.values.ModuleValue
lookupMethods inherited from class org.intocps.maestro.interpreter.values.Value
as, checkArgLength, compareTo, deref, isNumeric, isNumericDecimal, isUpdatable
-
Constructor Details
-
FmuComponentValue
public FmuComponentValue(Map<String, Value> members, org.intocps.fmi.IFmiComponent module, OutputStream fmuLoggerOutputStream)
-
-
Method Details
-
getFmuLoggerOutputStream
-