Uses of Class
jason.asSemantics.ActionExec

Packages that use ActionExec
jason.architecture   
jason.asSemantics   
jason.infra.centralised   
jason.infra.jade   
jason.infra.saci   
 

Uses of ActionExec in jason.architecture
 

Methods in jason.architecture with parameters of type ActionExec
 void AgArchInfraTier.act(ActionExec action, java.util.List<ActionExec> feedback)
          Executes the action action and, when finished, add it back in feedback actions.
 void AgArch.act(ActionExec action, java.util.List<ActionExec> feedback)
          Executes the action action and, when finished, add it back in feedback actions.
 

Method parameters in jason.architecture with type arguments of type ActionExec
 void AgArchInfraTier.act(ActionExec action, java.util.List<ActionExec> feedback)
          Executes the action action and, when finished, add it back in feedback actions.
 void AgArch.act(ActionExec action, java.util.List<ActionExec> feedback)
          Executes the action action and, when finished, add it back in feedback actions.
 

Uses of ActionExec in jason.asSemantics
 

Fields in jason.asSemantics declared as ActionExec
protected  ActionExec Circumstance.A
           
 

Methods in jason.asSemantics that return ActionExec
protected  ActionExec ActionExec.clone()
           
 ActionExec Circumstance.getAction()
           
 ActionExec Circumstance.removePendingAction(int intentionId)
           
 ActionExec Agent.selectAction(java.util.List<ActionExec> actList)
           
 

Methods in jason.asSemantics that return types with arguments of type ActionExec
 java.util.List<ActionExec> Circumstance.getFeedbackActions()
           
 java.util.List<ActionExec> Circumstance.getFeedbackActionsWrapper()
           
 java.util.Map<java.lang.Integer,ActionExec> Circumstance.getPendingActions()
          pending action
 

Methods in jason.asSemantics with parameters of type ActionExec
 void Circumstance.addFeedbackAction(ActionExec act)
           
 void Circumstance.addPendingAction(ActionExec a)
           
 void Circumstance.setAction(ActionExec a)
           
 

Method parameters in jason.asSemantics with type arguments of type ActionExec
 ActionExec Agent.selectAction(java.util.List<ActionExec> actList)
           
 

Uses of ActionExec in jason.infra.centralised
 

Methods in jason.infra.centralised with parameters of type ActionExec
 void CentralisedAgArch.act(ActionExec action, java.util.List<ActionExec> feedback)
          called by the TS to ask the execution of an action in the environment
 void CentralisedEnvironment.act(java.lang.String agName, ActionExec action)
          called by the agent infra arch to perform an action in the environment
 void CentralisedAgArch.actionExecuted(ActionExec action)
          called the the environment when the action was executed
 

Method parameters in jason.infra.centralised with type arguments of type ActionExec
 void CentralisedAgArch.act(ActionExec action, java.util.List<ActionExec> feedback)
          called by the TS to ask the execution of an action in the environment
 

Uses of ActionExec in jason.infra.jade
 

Methods in jason.infra.jade with parameters of type ActionExec
 void JadeAgArch.act(ActionExec action, java.util.List<ActionExec> feedback)
           
 

Method parameters in jason.infra.jade with type arguments of type ActionExec
 void JadeAgArch.act(ActionExec action, java.util.List<ActionExec> feedback)
           
 

Uses of ActionExec in jason.infra.saci
 

Methods in jason.infra.saci with parameters of type ActionExec
 void SaciAgArch.act(ActionExec action, java.util.List<ActionExec> feedback)
           
 

Method parameters in jason.infra.saci with type arguments of type ActionExec
 void SaciAgArch.act(ActionExec action, java.util.List<ActionExec> feedback)