Class SimulationControlValue
- java.lang.Object
-
- org.intocps.maestro.interpreter.values.Value
-
- org.intocps.maestro.interpreter.values.ModuleValue
-
- org.intocps.maestro.interpreter.values.ExternalModuleValue<Object>
-
- org.intocps.maestro.interpreter.values.simulationcontrol.SimulationControlValue
-
public class SimulationControlValue extends ExternalModuleValue<Object>
-
-
Constructor Summary
Constructors Constructor Description SimulationControlValue()SimulationControlValue(Supplier<Boolean> isStopped)
-
Method Summary
-
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
-
-