|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectworld.WorldObject
world.Station
world.BusStop
A bus stop.
Field Summary |
Fields inherited from class world.Station |
|
Fields inherited from class world.WorldObject |
name |
Constructor Summary | |
BusStop(Location location,
java.lang.String name)
Constructor. |
Methods inherited from class world.Station |
equals, GetMeanOfTransportation, IsEqual |
Methods inherited from class world.WorldObject |
GetLocation |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public BusStop(Location location, java.lang.String name)
location
- A location of the new bus stop.name
- A name of this bus stop.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |