| Package | Description |
|---|---|
| cz.cuni.amis.pogamut.sposh.engine | |
| cz.cuni.amis.pogamut.sposh.executor |
| Constructor and Description |
|---|
ADExecutor(PoshPlan plan,
Adopt ad,
VariableContext ctx,
Logger log) |
| Modifier and Type | Method and Description |
|---|---|
void |
ParamsAction.done(VariableContext params) |
void |
IAction.done(VariableContext params)
This action is done, according to posh plan, some other
IAction is
supposed to execute, therefore use this to clean up the mess. |
ActionResult |
StateWorkExecutor.executeAction(String actionToExecuteName,
VariableContext ctx) |
ActionResult |
PrintWorkExecutor.executeAction(String primitive,
VariableContext ctx) |
ActionResult |
IWorkExecutor.executeAction(String actionName,
VariableContext ctx)
Execute action and get the result.
|
ActionResult |
BehaviorWorkExecutor.executeAction(String primitive,
VariableContext ctx)
|
Object |
StateWorkExecutor.executeSense(String primitive,
VariableContext ctx) |
Object |
PrintWorkExecutor.executeSense(String primitive,
VariableContext ctx) |
Object |
IWorkExecutor.executeSense(String senseName,
VariableContext ctx)
Execute sense and get the result.
|
Object |
BehaviorWorkExecutor.executeSense(String primitive,
VariableContext ctx)
|
void |
ParamsAction.init(VariableContext params) |
void |
IAction.init(VariableContext params)
Initialize action.
|
RETURN |
ParamsSense.query(VariableContext params) |
RETURN |
ISense.query(VariableContext params)
Query current value of sense.
|
ActionResult |
ParamsAction.run(VariableContext params) |
ActionResult |
IAction.run(VariableContext params)
Run is called every time evaluation of posh plan determines that this and
no other action is the one that is supposed to execute.
|
Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.