taxisrus.simulator
Class Taxi

java.lang.Object
  |
  +--taxisrus.simulator.Taxi

public class Taxi
extends Object


Constructor Summary
Taxi(String taxiID)
          Create new taxi.
 
Method Summary
 String getTaxiID()
          Return unique id for this taxi
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Taxi

public Taxi(String taxiID)
Create new taxi. Pass in taxi's unique ID
Method Detail

getTaxiID

public String getTaxiID()
Return unique id for this taxi


API documentation for build 958