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 IInternalBDILifecycleFeature
get()
boolean
isInited()
Get the inited.boolean
Get the shutdown.void
setInited
(boolean inited) Set the inited state.void
setShutdown
(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.
-