Package jadex.bdi.runtime.impl
Interface IInternalBDILifecycleFeature
- All Known Implementing Classes:
BDILifecycleAgentFeature
public interface IInternalBDILifecycleFeature
Internal interface of the bdi lifecycle feature.
-
Method Summary
Modifier and TypeMethodDescriptionstatic IInternalBDILifecycleFeatureget()booleanisInited()Get the inited.booleanGet the shutdown.voidsetInited(boolean inited) Set the inited state.voidsetShutdown(boolean shutdown) Set the shutdown state.
-
Method Details
-
get
-
isInited
boolean isInited()Get the inited.- Returns:
- The inited.
-
setInited
void setInited(boolean inited) Set the inited state.- Parameters:
The- inited state.
-
isShutdown
boolean isShutdown()Get the shutdown.- Returns:
- The shutdown.
-
setShutdown
void setShutdown(boolean shutdown) Set the shutdown state.- Parameters:
The- shutdown state.
-