public class LaneSet extends Object
Lane
protected String
id
protected List<Lane>
lanes
name
LaneSet()
void
addLane(Lane laneToAdd)
String
getId()
getLaneForId(String id)
List<Lane>
getLanes()
getName()
setId(String id)
setName(String name)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
protected String id
protected List<Lane> lanes
protected String name
public LaneSet()
public void setId(String id)
public String getId()
public String getName()
public void setName(String name)
public List<Lane> getLanes()
public void addLane(Lane laneToAdd)
public Lane getLaneForId(String id)
Copyright © 2015. All rights reserved.