Class BaseLifecycleHandler
- java.lang.Object
-
- org.intocps.maestro.interpreter.extensions.BaseLifecycleHandler
-
- All Implemented Interfaces:
IValueLifecycleHandler,IDiscoverableRuntimeMablModule
- Direct Known Subclasses:
ArrayUtilLifecycleHandler,BooleanLogicLifecycleHandler,ConsolePrinterLifecycleHandler,CsvLifecycleHandler,DataWriterLifecycleHandler,DerivativeEstimatorLifecycleHandler,Fmi2LifecycleHandler,Fmi3LifecycleHandler,JavaClasspathLoaderLifecycleHandler,JFmi2LifecycleHandler,LoggerLifecycleHandler,MathLifecycleHandler,MEnvLifecycleHandler,ModelTransitionLifecycleHandler,RealTimeLifecycleHandler,SimulationControlDefaultLifecycleHandler,VariableStepLifecycleHandler
public abstract class BaseLifecycleHandler extends Object implements IValueLifecycleHandler
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.intocps.maestro.interpreter.api.IValueLifecycleHandler
IValueLifecycleHandler.ValueLifecycle
-
-
Constructor Summary
Constructors Constructor Description BaseLifecycleHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddestroy(Value value)Destruction of the initially created value.InputStreamgetMablModule()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.intocps.maestro.interpreter.api.IValueLifecycleHandler
instantiate
-
-
-
-
Method Detail
-
destroy
public void destroy(Value value)
Description copied from interface:IValueLifecycleHandlerDestruction of the initially created value. This serves as a clena up handle- Specified by:
destroyin interfaceIValueLifecycleHandler- Parameters:
value- the value to destroy
-
getMablModule
public InputStream getMablModule()
- Specified by:
getMablModulein interfaceIDiscoverableRuntimeMablModule
-
-