| Package | Description |
|---|---|
| cz.cuni.amis.pogamut.sposh.executor |
| Modifier and Type | Class and Description |
|---|---|
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.
|
| Modifier and Type | Field and Description |
|---|---|
protected HashMap<String,IAction> |
StateWorkExecutor.actions
Map that maps primtive name to
IAction. |
| Modifier and Type | Method and Description |
|---|---|
void |
StateWorkExecutor.addAction(IAction action)
Add primitive, use name from annotations.
|
void |
StateWorkExecutor.addAction(String name,
IAction action)
Add new
IAction with primitive name. |
Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.