org.onebusaway.transit_data.model.tripplanning
Class VertexBean
java.lang.Object
org.onebusaway.transit_data.model.tripplanning.VertexBean
- All Implemented Interfaces:
- Serializable
public class VertexBean
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VertexBean
public VertexBean()
getId
public String getId()
setId
public void setId(String id)
getLocation
public CoordinatePoint getLocation()
setLocation
public void setLocation(CoordinatePoint location)
getIncoming
public List<EdgeNarrativeBean> getIncoming()
setIncoming
public void setIncoming(List<EdgeNarrativeBean> incoming)
getOutgoing
public List<EdgeNarrativeBean> getOutgoing()
setOutgoing
public void setOutgoing(List<EdgeNarrativeBean> outgoing)
getTags
public Map<String,Object> getTags()
setTags
public void setTags(Map<String,Object> tags)
Copyright © 2012 OneBusAway. All Rights Reserved.