uk.me.parabola.imgfmt.app
Class Exit
java.lang.Object
uk.me.parabola.imgfmt.app.Exit
public class Exit
- extends java.lang.Object
Represent a motorway exit
- Author:
- Mark Burton
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TAG_ROAD_REF
public static final java.lang.String TAG_ROAD_REF
- See Also:
- Constant Field Values
TAG_TO
public static final java.lang.String TAG_TO
- See Also:
- Constant Field Values
TAG_FACILITY
public static final java.lang.String TAG_FACILITY
- See Also:
- Constant Field Values
Exit
public Exit(Highway highway)
setDescription
public void setDescription(Label description)
addFacility
public void addFacility(ExitFacility facility)
getOvernightParking
public boolean getOvernightParking()
getHighway
public Highway getHighway()
getFacilities
public java.util.List<ExitFacility> getFacilities()
getDescription
public Label getDescription()