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

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 an unmodifiable map of task if and tasks.
 Collection<Task> TaskContext.getTasks()
          Returns an unmodifiable collection of task instances.
protected static Collection<Task> TaskContext.instantiate(Set<Class<? extends Task>> classes)
          Creates a new instance of FSMContext.
protected static Set<Class<? extends Task>> TaskContext.load(String contextPath, ClassLoader classLoader)
          Loads task classes.
protected static Set<Class<? extends Task>> TaskContext.load(String contextPath, ClassLoader classLoader, TaskContext.ResourceLoader resourceLoader)
          Loads task classes.
 

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.
 

Method parameters in com.googlecode.jinahya.util.fsm with type arguments of type Task
protected static Collection<Task> TaskContext.instantiate(Set<Class<? extends Task>> classes)
          Creates a new instance of FSMContext.
 

Constructor parameters in com.googlecode.jinahya.util.fsm with type arguments of type Task
TaskContext(Set<Class<? extends Task>> classes)
          Creates a new instance.
 



Copyright © 2011. All Rights Reserved.