|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Task | |
lcanals.tc.core | Core classes and interfaces for the time calculator. |
lcanals.tc.model | Concrete implementations for interfaces in package core. |
Uses of Task in lcanals.tc.core |
Subinterfaces of Task in lcanals.tc.core | |
interface |
PlanTask
Task data to be handled into a Plan. |
Methods in lcanals.tc.core with parameters of type Task | |
Estimation |
ManualEstimator.estimateTask(Task task)
|
Estimation |
Estimator.estimateTask(Task task)
Calculates a forecast estimation for the given task |
Estimation |
FixedEstimator.estimateTask(Task task)
|
Estimation |
LinearRegressionEstimator.estimateTask(Task task)
estimatedProjectTime = f(d) where f(x)=a+bx maximumEstimatedProjectTime = (1+ r/4)·f(d) |
Uses of Task in lcanals.tc.model |
Classes in lcanals.tc.model that implement Task | |
class |
PlanTaskBean
Bean which represents a line in the plan. |
class |
TaskBean
Task data, inserted by the user. |
Constructors in lcanals.tc.model with parameters of type Task | |
PlanTaskBean(int id,
Task taskDescription,
Estimation taskEstimation,
Timing taskTiming,
long timeUnit)
Builds a new task bean description. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |