|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Factory of core elements: tasks, timings and estimations. Implementations of this interface must have a non-arg constructor.
Method Summary | |
Plan |
createPlan(java.lang.String userName,
java.lang.String description)
Creates new empty plan |
PlanTask |
createPlanTask(Estimator estimator,
int difficulty,
int risk,
java.lang.String description)
Creates a task to be used with plans with the given descriptions |
Plan |
obtainCurrentPlan(java.lang.String userName)
Takes the current plan for the given user name |
Estimator |
obtainEstimator(java.lang.String userName)
Gets the estimator for the given user |
Method Detail |
public Plan createPlan(java.lang.String userName, java.lang.String description) throws java.lang.InstantiationException
public PlanTask createPlanTask(Estimator estimator, int difficulty, int risk, java.lang.String description) throws java.lang.InstantiationException
public Plan obtainCurrentPlan(java.lang.String userName) throws java.lang.InstantiationException
public Estimator obtainEstimator(java.lang.String userName) throws java.lang.InstantiationException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |