Uses of Class
lcanals.tc.core.Estimation

Packages that use Estimation
lcanals.tc.core Core classes and interfaces for the time calculator. 
lcanals.tc.model Concrete implementations for interfaces in package core. 
 

Uses of Estimation in lcanals.tc.core
 

Methods in lcanals.tc.core that return Estimation
 Estimation ManualEstimator.estimateOnlineTask(PlanTask task)
          The same as estimateTask but updating user data if task is finished
 Estimation ManualEstimator.estimateTask(Task task)
           
 Estimation Estimator.estimateOnlineTask(PlanTask task)
          Calculates an estimation for the current task according to the given timming
 Estimation Estimator.estimateTask(Task task)
          Calculates a forecast estimation for the given task
 Estimation FixedEstimator.estimateOnlineTask(PlanTask task)
          The same as estimateTask but updating user data if task is finished
 Estimation FixedEstimator.estimateTask(Task task)
           
 Estimation LinearRegressionEstimator.estimateOnlineTask(PlanTask task)
          The same as estimateTask but updating user data if task is finished
 Estimation LinearRegressionEstimator.estimateTask(Task task)
          estimatedProjectTime = f(d) where f(x)=a+bx maximumEstimatedProjectTime = (1+ r/4)·f(d)
 

Methods in lcanals.tc.core with parameters of type Estimation
 void PlanTask.setEstimation(Estimation estimation)
          Changes the estimation
 

Uses of Estimation in lcanals.tc.model
 

Methods in lcanals.tc.model with parameters of type Estimation
 void PlanTaskBean.setEstimation(Estimation estimation)
          Updates estimation
 

Constructors in lcanals.tc.model with parameters of type Estimation
PlanTaskBean(int id, Task taskDescription, Estimation taskEstimation, Timing taskTiming, long timeUnit)
          Builds a new task bean description.
 



Luis F. Canals. Supported by www.sourceforge.net