|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IAction | |
|---|---|
| cz.cuni.amis.pogamut.sposh.executor | Classes for creation and execution of primitives. |
| Uses of IAction in cz.cuni.amis.pogamut.sposh.executor |
|---|
| Classes in cz.cuni.amis.pogamut.sposh.executor that implement IAction | |
|---|---|
class |
DoNothing
Primitive action that doesn't do anything. |
class |
ParamsAction<CONTEXT extends Context>
Base class for actions that have parameters passed to them
using the reflection API. |
class |
StateAction<CONTEXT extends Context>
Basic state action primitive. |
| Fields in cz.cuni.amis.pogamut.sposh.executor with type parameters of type IAction | |
|---|---|
protected HashMap<String,IAction> |
StateWorkExecutor.actions
Map that maps primtive name to IAction. |
| Methods in cz.cuni.amis.pogamut.sposh.executor with parameters of type IAction | |
|---|---|
void |
StateWorkExecutor.addAction(IAction action)
Add primitive, use name from annotations. |
void |
StateWorkExecutor.addAction(String name,
IAction action)
Add new IAction with primitive name. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||