Uses of Class
jason.asSemantics.ActionExec
Package | Description |
---|---|
jason.architecture | |
jason.asSemantics | |
jason.infra.jade | |
jason.infra.local |
-
Uses of ActionExec in jason.architecture
Methods in jason.architecture with parameters of type ActionExec Modifier and Type Method Description void
AgArch. act(ActionExec action)
Executes the action action and, when finished, adds it back in feedback actions.void
AgArch. actionExecuted(ActionExec act)
called to inform that the action execution is finished -
Uses of ActionExec in jason.asSemantics
Fields in jason.asSemantics declared as ActionExec Modifier and Type Field Description protected ActionExec
Circumstance. A
Fields in jason.asSemantics with type parameters of type ActionExec Modifier and Type Field Description private java.util.Queue<ActionExec>
Circumstance. FA
private java.util.Map<java.lang.Integer,ActionExec>
Circumstance. PA
Methods in jason.asSemantics that return ActionExec Modifier and Type Method Description protected ActionExec
ActionExec. clone()
ActionExec
Circumstance. getAction()
actionsActionExec
Circumstance. removePendingAction(int intentionId)
ActionExec
Agent. selectAction(java.util.Queue<ActionExec> actions)
Methods in jason.asSemantics that return types with arguments of type ActionExec Modifier and Type Method Description java.util.Queue<ActionExec>
Circumstance. getFeedbackActions()
java.util.Map<java.lang.Integer,ActionExec>
Circumstance. getPendingActions()
pending actionMethods in jason.asSemantics with parameters of type ActionExec Modifier and Type Method Description 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 Modifier and Type Method Description ActionExec
Agent. selectAction(java.util.Queue<ActionExec> actions)
-
Uses of ActionExec in jason.infra.jade
Fields in jason.infra.jade with type parameters of type ActionExec Modifier and Type Field Description private java.util.Map<java.lang.String,ActionExec>
JasonBridgeArch. myPA
Methods in jason.infra.jade with parameters of type ActionExec Modifier and Type Method Description void
JasonBridgeArch. act(ActionExec action)
-
Uses of ActionExec in jason.infra.local
Methods in jason.infra.local with parameters of type ActionExec Modifier and Type Method Description void
LocalAgArch. act(ActionExec action)
called by the TS to ask the execution of an action in the environmentvoid
LocalEnvironment. act(java.lang.String agName, ActionExec action)
called by the agent infra arch to perform an action in the environmentvoid
LocalAgArchAsynchronous. actionExecuted(ActionExec action)
called the the environment when the action was executed