|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of Task in com.googlecode.jinahya.util.fsm |
|---|
| Subclasses of Task in com.googlecode.jinahya.util.fsm | |
|---|---|
class |
SimpleTask
Task for simple conditions. |
class |
SwitchTask
Task for switching conditions. |
| Methods in com.googlecode.jinahya.util.fsm that return types with arguments of type Task | |
|---|---|
Map<String,Task> |
TaskContext.getTaskMap()
Returns a map of task id and task instances. |
Collection<Task> |
TaskContext.getTasks()
Returns a collection of task instances. |
| Methods in com.googlecode.jinahya.util.fsm with parameters of type Task | |
|---|---|
Object |
TransitionContext.getProprety(Task owner,
String name)
Returns a property value. |
protected void |
MachineContext.perform(TransitionContext context,
Task... tasks)
Perform tasks. |
void |
TransitionContext.setProperty(Task owner,
String name,
Object value)
Sets a property. |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||