algorithms
Class UpdateOccuredDeliveriesAtActivityLevel

java.lang.Object
  extended by algorithms.UpdateOccuredDeliveriesAtActivityLevel
All Implemented Interfaces:
ActivityVisitor

public class UpdateOccuredDeliveriesAtActivityLevel
extends java.lang.Object
implements ActivityVisitor


Constructor Summary
UpdateOccuredDeliveriesAtActivityLevel(StateManagerImpl stateManager)
           
 
Method Summary
 void begin(VehicleRoute route)
           
 void finish()
           
 void visit(TourActivity act)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpdateOccuredDeliveriesAtActivityLevel

public UpdateOccuredDeliveriesAtActivityLevel(StateManagerImpl stateManager)
Method Detail

begin

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

visit

public void visit(TourActivity act)
Specified by:
visit in interface ActivityVisitor

finish

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