Package jadex.bdiv3x.features
Class BDIXLifecycleAgentFeature.StartBehavior
- java.lang.Object
- 
- jadex.bdiv3.features.impl.BDILifecycleAgentFeature.LifecycleBehavior
- 
- jadex.bdiv3.features.impl.BDILifecycleAgentFeature.StartBehavior
- 
- jadex.bdiv3x.features.BDIXLifecycleAgentFeature.StartBehavior
 
 
 
- 
- Enclosing class:
- BDIXLifecycleAgentFeature
 
 public static class BDIXLifecycleAgentFeature.StartBehavior extends jadex.bdiv3.features.impl.BDILifecycleAgentFeature.StartBehaviorExtracted start behavior.
- 
- 
Constructor SummaryConstructors Constructor Description StartBehavior(IInternalAccess component)Create a new start behavior.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description IFuture<java.lang.Void>dispatchInternalEvent(IInternalEvent event)Dispatch an internal event.IFuture<java.lang.Object>dispatchTopLevelGoal(java.lang.Object goal)Dispatch a top level goal.java.lang.ObjectgetCapabilityObject(java.lang.String name)Get the capability object (only for pojo).- 
Methods inherited from class jadex.bdiv3.features.impl.BDILifecycleAgentFeature.StartBehaviorstartBehavior
 
- 
 
- 
- 
- 
Constructor Detail- 
StartBehaviorpublic StartBehavior(IInternalAccess component) Create a new start behavior.
 
- 
 - 
Method Detail- 
getCapabilityObjectpublic java.lang.Object getCapabilityObject(java.lang.String name) Get the capability object (only for pojo).- Overrides:
- getCapabilityObjectin class- jadex.bdiv3.features.impl.BDILifecycleAgentFeature.LifecycleBehavior
 
 - 
dispatchTopLevelGoalpublic IFuture<java.lang.Object> dispatchTopLevelGoal(java.lang.Object goal) Dispatch a top level goal.- Overrides:
- dispatchTopLevelGoalin class- jadex.bdiv3.features.impl.BDILifecycleAgentFeature.LifecycleBehavior
 
 - 
dispatchInternalEventpublic IFuture<java.lang.Void> dispatchInternalEvent(IInternalEvent event) Dispatch an internal event.- Overrides:
- dispatchInternalEventin class- jadex.bdiv3.features.impl.BDILifecycleAgentFeature.LifecycleBehavior
 
 
- 
 
-