|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Set of tasks.
Method Summary | |
java.lang.String |
getDescription()
Returns the description of the plan |
PlanTask |
getTaskWithId(int id)
Return the PlanTaskBean with the given id, or null if not present |
void |
recalculateTasks(Estimator estimator)
Updates the estimations for the tasks (only for those one aren't finished) |
void |
removeTask(PlanTask task)
Removes a task |
void |
setTask(PlanTask task)
Adds a task to the plan (or changes a present task with the same id) |
java.util.Iterator |
tasksIterator()
Returns an iterator over the set of the all tasks which conform this plan. |
Method Detail |
public java.util.Iterator tasksIterator()
public java.lang.String getDescription()
public void setTask(PlanTask task)
public void removeTask(PlanTask task)
public PlanTask getTaskWithId(int id)
public void recalculateTasks(Estimator estimator)
estimator
- Estimator will be used to calculate
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |