jist.swans.runway
Class Placement

java.lang.Object
  extended by jist.swans.runway.Placement
All Implemented Interfaces:
PlacementInterface

public class Placement
extends java.lang.Object
implements PlacementInterface


Constructor Summary
Placement(RunWay rw)
          placement pour toutes les voies
 
Method Summary
 jist.swans.misc.Location getNextLocation()
           
 void reset()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Placement

public Placement(RunWay rw)
placement pour toutes les voies

Parameters:
rw - Autoroute su lequel on place les véhicules
Method Detail

reset

public void reset()
Specified by:
reset in interface PlacementInterface

getNextLocation

public jist.swans.misc.Location getNextLocation()
Specified by:
getNextLocation in interface PlacementInterface