|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PlanTask | |
lcanals.tc.core | Core classes and interfaces for the time calculator. |
lcanals.tc.model | Concrete implementations for interfaces in package core. |
lcanals.tc.model.file | Factories and beans implementations to use filesystem as persistent storage. |
Uses of PlanTask in lcanals.tc.core |
Methods in lcanals.tc.core that return PlanTask | |
PlanTask |
Factory.createPlanTask(Estimator estimator,
int difficulty,
int risk,
java.lang.String description)
Creates a task to be used with plans with the given descriptions |
PlanTask |
Plan.getTaskWithId(int id)
Return the PlanTaskBean with the given id, or null if not present |
Methods in lcanals.tc.core with parameters of type PlanTask | |
Estimation |
ManualEstimator.estimateOnlineTask(PlanTask task)
The same as estimateTask but updating user data if task is finished |
void |
ManualEstimator.learnTask(PlanTask planTask)
|
Estimation |
Estimator.estimateOnlineTask(PlanTask task)
Calculates an estimation for the current task according to the given timming |
void |
Estimator.learnTask(PlanTask task)
Learns from the given ended task |
void |
Plan.setTask(PlanTask task)
Adds a task to the plan (or changes a present task with the same id) |
void |
Plan.removeTask(PlanTask task)
Removes a task |
Estimation |
FixedEstimator.estimateOnlineTask(PlanTask task)
The same as estimateTask but updating user data if task is finished |
void |
FixedEstimator.learnTask(PlanTask planTask)
|
Estimation |
LinearRegressionEstimator.estimateOnlineTask(PlanTask task)
The same as estimateTask but updating user data if task is finished |
void |
LinearRegressionEstimator.learnTask(PlanTask planTask)
To learn a new element, the oldest one must be forgotten. |
Uses of PlanTask in lcanals.tc.model |
Classes in lcanals.tc.model that implement PlanTask | |
class |
PlanTaskBean
Bean which represents a line in the plan. |
Uses of PlanTask in lcanals.tc.model.file |
Methods in lcanals.tc.model.file that return PlanTask | |
PlanTask |
FactoryFile.createPlanTask(Estimator estimator,
int difficulty,
int risk,
java.lang.String description)
Build a plan task setting time units to 1 minute |
PlanTask |
PlanBean.getTaskWithId(int id)
Return the PlanTaskBean with the given id, or null if not present |
Methods in lcanals.tc.model.file with parameters of type PlanTask | |
void |
PlanBean.setTask(PlanTask task)
Adds new task to the plan or substitutes a task |
void |
PlanBean.removeTask(PlanTask task)
Removes a task |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |