org.onebusaway.api.model.transit.tripplanning
Class GraphResultV2Bean

java.lang.Object
  extended by org.onebusaway.api.model.transit.tripplanning.GraphResultV2Bean

public class GraphResultV2Bean
extends Object


Constructor Summary
GraphResultV2Bean()
           
 
Method Summary
 List<EdgeV2Bean> getEdges()
           
 List<VertexV2Bean> getVertices()
           
 void setEdges(List<EdgeV2Bean> edges)
           
 void setVertices(List<VertexV2Bean> vertices)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GraphResultV2Bean

public GraphResultV2Bean()
Method Detail

getVertices

public List<VertexV2Bean> getVertices()

setVertices

public void setVertices(List<VertexV2Bean> vertices)

getEdges

public List<EdgeV2Bean> getEdges()

setEdges

public void setEdges(List<EdgeV2Bean> edges)


Copyright © 2012 OneBusAway. All Rights Reserved.