|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectworld.WorldObject
world.Station
world.Airport
An airport.
Field Summary |
Fields inherited from class world.Station |
|
Fields inherited from class world.WorldObject |
name |
Constructor Summary | |
Airport(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 Airport(Location location, java.lang.String name)
location
- A location of the new airport.name
- A name of this airport.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |