Package | Description |
---|---|
jason.architecture | |
jason.asSemantics | |
jason.infra.centralised | |
jason.infra.jade |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
protected ActionExec |
Circumstance.A |
Modifier and Type | Method and Description |
---|---|
protected ActionExec |
ActionExec.clone() |
ActionExec |
Circumstance.getAction()
actions
|
ActionExec |
Circumstance.removePendingAction(int intentionId) |
ActionExec |
Agent.selectAction(java.util.List<ActionExec> actList) |
Modifier and Type | Method and Description |
---|---|
java.util.List<ActionExec> |
Circumstance.getFeedbackActions() |
java.util.List<ActionExec> |
Circumstance.getFeedbackActionsWrapper() |
java.util.Map<java.lang.Integer,ActionExec> |
Circumstance.getPendingActions()
pending action
|
Modifier and Type | Method and Description |
---|---|
void |
Circumstance.addFeedbackAction(ActionExec act) |
void |
Circumstance.addPendingAction(ActionExec a) |
void |
Circumstance.setAction(ActionExec a) |
Modifier and Type | Method and Description |
---|---|
ActionExec |
Agent.selectAction(java.util.List<ActionExec> actList) |
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
void |
CentralisedAgArch.act(ActionExec action,
java.util.List<ActionExec> feedback)
called by the TS to ask the execution of an action in the environment
|
Modifier and Type | Method and Description |
---|---|
void |
JasonBridgeArch.act(ActionExec action,
java.util.List<ActionExec> feedback) |
Modifier and Type | Method and Description |
---|---|
void |
JasonBridgeArch.act(ActionExec action,
java.util.List<ActionExec> feedback) |