Package logist.plan

Allows to create plans that consist of a sequence of actions.

See:
          Description

Interface Summary
ActionHandler<T> Computes a result after a pattern matching on actions.
 

Class Summary
Action An action of a vehicle during the simulation.
Action.Delivery A delivery of a task
Action.Move A move to another city
Action.Pickup A pickup of a task
Plan A sequence of actions for one vehicle.
PlanVerifier A verifier that can check various constraints on Plans.
 

Exception Summary
IllegalPlanException An exception that is thrown when a plan violates a constraint.
 

Package logist.plan Description

Allows to create plans that consist of a sequence of actions.