Uses of Class
org.onebusaway.transit_data.model.PathBean

Packages that use PathBean
org.onebusaway.transit_data_federation.impl.beans   
org.onebusaway.transit_data.model   
 

Uses of PathBean in org.onebusaway.transit_data_federation.impl.beans
 

Methods in org.onebusaway.transit_data_federation.impl.beans that return PathBean
static PathBean ApplicationBeanLibrary.getShapePointsAsPathBean(List<org.onebusaway.gtfs.model.ShapePoint> points)
           
 

Uses of PathBean in org.onebusaway.transit_data.model
 

Methods in org.onebusaway.transit_data.model that return PathBean
 PathBean StopSequenceBean.getPath()
           
 

Methods in org.onebusaway.transit_data.model that return types with arguments of type PathBean
 List<PathBean> StopSequenceBlockBean.getPaths()
           
 

Methods in org.onebusaway.transit_data.model with parameters of type PathBean
 void StopSequenceBean.setPath(PathBean path)
           
 

Method parameters in org.onebusaway.transit_data.model with type arguments of type PathBean
 void StopSequenceBlockBean.setPaths(List<PathBean> paths)
           
 



Copyright © 2012 OneBusAway. All Rights Reserved.