| Constructor and Description |
|---|
LaxityGraphTaskSet() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
addTask(ITask t)
Add a task to the task set
|
boolean |
addTasks(List<ITask> t) |
ITaskSet |
cloneTaskSet() |
SortedSet<ITask> |
getActiveTasks(long date)
return a subset containing active tasks, ordered consistently with the
scheduling policy used.
|
int |
getAllTasksCount() |
SortedSet<ITask> |
getHeadSet(ITask task,
boolean inclusive) |
int |
getId() |
ITask |
getOne() |
Iterator<ITask> |
iterator() |
int |
setId(int id) |
public boolean addTask(ITask t)
ITaskSetpublic SortedSet<ITask> getActiveTasks(long date)
ITaskSetgetActiveTasks in interface ITaskSetpublic int getAllTasksCount()
getAllTasksCount in interface ITaskSetpublic SortedSet<ITask> getHeadSet(ITask task, boolean inclusive)
getHeadSet in interface ITaskSetpublic ITaskSet cloneTaskSet()
cloneTaskSet in interface ITaskSetCopyright © 2012. All Rights Reserved.