Package jadex.bdi.runtime.impl
Class BDILifecycleAgentFeature.LifecycleBehavior
java.lang.Object
jadex.bdi.runtime.impl.BDILifecycleAgentFeature.LifecycleBehavior
- Direct Known Subclasses:
BDILifecycleAgentFeature.EndBehavior
,BDILifecycleAgentFeature.StartBehavior
- Enclosing class:
BDILifecycleAgentFeature
Extracted start behavior.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjadex.future.IFuture
<Object> dispatchTopLevelGoal
(Object goal) Dispatch a top level goal.getCapabilityObject
(String name) Get the capability object (only for pojo).
-
Constructor Details
-
LifecycleBehavior
public LifecycleBehavior()
-
-
Method Details
-
getCapabilityObject
Get the capability object (only for pojo). -
dispatchTopLevelGoal
Dispatch a top level goal.
-