Package jadex.bdi.runtime.impl
Class BDILifecycleAgentFeature.EndBehavior
java.lang.Object
jadex.bdi.runtime.impl.BDILifecycleAgentFeature.LifecycleBehavior
jadex.bdi.runtime.impl.BDILifecycleAgentFeature.EndBehavior
- Enclosing class:
BDILifecycleAgentFeature
public static class BDILifecycleAgentFeature.EndBehavior
extends BDILifecycleAgentFeature.LifecycleBehavior
Extracted start behavior.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjadex.future.IFuture
<Void> startEndBehavior
(IBDIModel bdimodel, jadex.rules.eca.RuleSystem rulesystem, RCapability rcapa) Start the end behavior.Methods inherited from class jadex.bdi.runtime.impl.BDILifecycleAgentFeature.LifecycleBehavior
dispatchTopLevelGoal, getCapabilityObject
-
Constructor Details
-
EndBehavior
public EndBehavior()
-
-
Method Details
-
startEndBehavior
public jadex.future.IFuture<Void> startEndBehavior(IBDIModel bdimodel, jadex.rules.eca.RuleSystem rulesystem, RCapability rcapa) Start the end behavior. todo: problem with events it is unclear how to wait for processing end of internal/end events solution: do not allow posting end events?!
-