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
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.intocps.maestro.interpreter.api.IValueLifecycleHandler
IValueLifecycleHandler.ValueLifecycle -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidDestruction of the initially created value.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.intocps.maestro.interpreter.api.IValueLifecycleHandler
instantiate
-
Constructor Details
-
BaseLifecycleHandler
public BaseLifecycleHandler()
-
-
Method Details
-
destroy
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
- Specified by:
getMablModulein interfaceIDiscoverableRuntimeMablModule
-