algorithms
Class UpdateLatestOperationStartTimeAtActLocations

java.lang.Object
  extended by algorithms.UpdateLatestOperationStartTimeAtActLocations
All Implemented Interfaces:
ReverseActivityVisitor

public class UpdateLatestOperationStartTimeAtActLocations
extends java.lang.Object
implements ReverseActivityVisitor


Constructor Summary
UpdateLatestOperationStartTimeAtActLocations(StateManagerImpl states, VehicleRoutingTransportCosts tpCosts)
           
 
Method Summary
 void begin(VehicleRoute route)
           
 void finish()
           
 void visit(TourActivity activity)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpdateLatestOperationStartTimeAtActLocations

public UpdateLatestOperationStartTimeAtActLocations(StateManagerImpl states,
                                                    VehicleRoutingTransportCosts tpCosts)
Method Detail

begin

public void begin(VehicleRoute route)
Specified by:
begin in interface ReverseActivityVisitor

visit

public void visit(TourActivity activity)
Specified by:
visit in interface ReverseActivityVisitor

finish

public void finish()
Specified by:
finish in interface ReverseActivityVisitor