| Package | Description |
|---|---|
| cz.cuni.amis.pogamut.sposh |
Classes and interfaces used with behavior class.
|
| cz.cuni.amis.pogamut.sposh.executor |
Classes for creation and execution of primitives.
|
| Modifier and Type | Method and Description |
|---|---|
ActionResult |
JavaBehaviour.doNothing()
Standard action that has to be implemented everywhere.
|
| Modifier and Type | Method and Description |
|---|---|
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)
|
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.
|
ActionResult |
DoNothing.run(VariableContext params) |
static ActionResult |
ActionResult.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ActionResult[] |
ActionResult.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All rights reserved.