org.onebusaway.api.model.transit.tripplanning
public class GraphResultV2Bean extends Object
Constructor and Description |
---|
GraphResultV2Bean() |
Modifier and Type | Method and Description |
---|---|
List<EdgeV2Bean> |
getEdges() |
List<VertexV2Bean> |
getVertices() |
void |
setEdges(List<EdgeV2Bean> edges) |
void |
setVertices(List<VertexV2Bean> vertices) |
public List<VertexV2Bean> getVertices()
public void setVertices(List<VertexV2Bean> vertices)
public List<EdgeV2Bean> getEdges()
public void setEdges(List<EdgeV2Bean> edges)
Copyright © 2014 OneBusAway. All Rights Reserved.