Uses of Interface
logist.plan.ActionHandler

Packages that use ActionHandler
logist.plan Allows to create plans that consist of a sequence of actions. 
logist.simulation   
 

Uses of ActionHandler in logist.plan
 

Classes in logist.plan that implement ActionHandler
 class PlanVerifier
          A verifier that can check various constraints on Plans.
 

Methods in logist.plan with parameters of type ActionHandler
abstract
<T> T
Action.accept(ActionHandler<T> handler)
          Performs a pattern matching on the type of task.
<T> T
Action.Move.accept(ActionHandler<T> handler)
           
<T> T
Action.Pickup.accept(ActionHandler<T> handler)
           
<T> T
Action.Delivery.accept(ActionHandler<T> handler)
           
 

Uses of ActionHandler in logist.simulation
 

Classes in logist.simulation that implement ActionHandler
 class VehicleImpl
          A vehicle in the pickup and delivery problem.