Package FAtiMA.Core.componentTypes
Interface IBehaviourComponent
-
- All Superinterfaces:
IComponent
public interface IBehaviourComponent extends IComponent
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidactionSelectedForExecution(ValuedAction va)ValuedActionactionSelection(AgentModel am)-
Methods inherited from interface FAtiMA.Core.componentTypes.IComponent
createDisplayPanel, getComponentDependencies, initialize, name, reset, update, update
-
-
-
-
Method Detail
-
actionSelection
ValuedAction actionSelection(AgentModel am)
-
actionSelectedForExecution
void actionSelectedForExecution(ValuedAction va)
-
-