Uses of Class
felix.society.Task.TaskType

Packages that use Task.TaskType
felix.society This package defines the data structure used by Felix to execute concurrent tasks -- it is named ``society'' because there is a hierarchy like: TaskSet/TaskList >= TaskSet/TaskList > Task > Worker. 
 

Uses of Task.TaskType in felix.society
 

Methods in felix.society that return Task.TaskType
 Task.TaskType Task.getType()
           
static Task.TaskType Task.TaskType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Task.TaskType[] Task.TaskType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in felix.society with parameters of type Task.TaskType
Task(Task.TaskType _type)
          The constructor.
Task(Task.TaskType _type, java.lang.Integer _nRuns)