logist.simulation
Interface VehicleController

All Known Implementing Classes:
AgentImpl

public interface VehicleController

A vehicle controller decides what actions each vehicle performs.

Author:
Robin Steiger

Method Summary
 Action nextAction(int vid)
           
 void stuckAction(int vid, Action action)
           
 

Method Detail

nextAction

Action nextAction(int vid)

stuckAction

void stuckAction(int vid,
                 Action action)