Example #1
0
 /**
  * Returns the List of the stop paths for the trip pattern
  *
  * @return
  */
 public List<StopPath> getStopPaths() {
   return tripPattern.getStopPaths();
 }