algorithms
Class CalculationUtils

java.lang.Object
  extended by algorithms.CalculationUtils

public class CalculationUtils
extends java.lang.Object


Constructor Summary
CalculationUtils()
           
 
Method Summary
static double getActivityEndTime(double actArrTime, TourActivity act)
          Calculates actEndTime assuming that activity can at earliest start at act.getTheoreticalEarliestOperationStartTime().
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CalculationUtils

public CalculationUtils()
Method Detail

getActivityEndTime

public static double getActivityEndTime(double actArrTime,
                                        TourActivity act)
Calculates actEndTime assuming that activity can at earliest start at act.getTheoreticalEarliestOperationStartTime().

Parameters:
actArrTime -
act -
Returns: