Uses of Class
tassl.application.cometcloud.TaskProperties

Packages that use TaskProperties
tassl.application.cometcloud   
tassl.application.workflow.policysample   
tassl.workflow   
 

Uses of TaskProperties in tassl.application.cometcloud
 

Methods in tassl.application.cometcloud with parameters of type TaskProperties
 boolean WorkflowMaster.checkIfDuplicatedTask(java.util.List<java.lang.Integer> tasksOfStage, TaskProperties newTask)
           
 boolean TaskProperties.compareTask(TaskProperties obj)
          Compare if two tasks are identical.
 

Uses of TaskProperties in tassl.application.workflow.policysample
 

Method parameters in tassl.application.workflow.policysample with type arguments of type TaskProperties
protected  void Budget.BudgetB(int tasks, java.util.HashMap<java.lang.Integer,TaskProperties> tasksP, java.util.HashMap<java.lang.String,java.util.List<WorkerForScheduler>> globalSlots, java.util.HashMap<java.lang.Integer,WorkerForScheduler> result, double taskTime)
          Calculate scheduling with Budget constraint using Branch & Bound
 

Uses of TaskProperties in tassl.workflow
 

Methods in tassl.workflow that return types with arguments of type TaskProperties
 java.util.HashMap<java.lang.Integer,TaskProperties> WorkflowStage.getAllTaskProp()
          Return the properties of all tasks composing a stage
 java.util.HashMap<java.lang.Integer,TaskProperties> WorkflowStage.getTaskProp()
          Return the properties of those tasks that need to be scheduled.
 

Method parameters in tassl.workflow with type arguments of type TaskProperties
 void WorkflowStage.replaceTaskProp(java.util.HashMap<java.lang.Integer,TaskProperties> taskProp)
          Replace existing taskProp
 void WorkflowStage.setTaskProp(java.util.HashMap<java.lang.Integer,TaskProperties> taskProp)
          Set the tasks properties.