Uses of Class
com.googlecode.jinahya.util.fsm.Task

Uses of Task in com.googlecode.jinahya.util.fsm
 

Methods in com.googlecode.jinahya.util.fsm that return Task
protected static Task[] TaskContext.instantiateTasks(Class<?>[] classes)
          Creates a new instance of FSMContext.
 

Methods in com.googlecode.jinahya.util.fsm that return types with arguments of type Task
 Collection<Task> TaskContext.getTasks()
          Returns an unmodifiable collection of task instances.
 

Methods in com.googlecode.jinahya.util.fsm with parameters of type Task
 Object TransitionContext.getProprety(Task owner, String name)
           
protected abstract  void MachineContext.perform(TransitionContext context, Task... tasks)
          Perform tasks.
 void TransitionContext.setProperty(Task owner, String name, Object value)
           
 



Copyright © 2011. All Rights Reserved.