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.instantiate(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)
          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.
 



Copyright © 2011. All Rights Reserved.