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
-
public class FmuComponentValue extends ExternalModuleValue<org.intocps.fmi.IFmiComponent>
-
-
Constructor Summary
Constructors Constructor Description FmuComponentValue(Map<String,Value> members, org.intocps.fmi.IFmiComponent module, OutputStream fmuLoggerOutputStream)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OutputStreamgetFmuLoggerOutputStream()-
Methods inherited from class org.intocps.maestro.interpreter.values.ExternalModuleValue
getModule
-
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
-
FmuComponentValue
public FmuComponentValue(Map<String,Value> members, org.intocps.fmi.IFmiComponent module, OutputStream fmuLoggerOutputStream)
-
-
Method Detail
-
getFmuLoggerOutputStream
public OutputStream getFmuLoggerOutputStream()
-
-