Class RoutePath

    • Constructor Detail

      • RoutePath

        public RoutePath()
    • Method Detail

      • getPath

        public String getPath()
      • setPath

        public void setPath​(String path)
      • getBatch

        public Batch getBatch()
      • setBatch

        public void setBatch​(Batch batch)
      • getSegmentList

        public List<Segment> getSegmentList()
      • setSegmentList

        public void setSegmentList​(List<Segment> segmentList)
      • getSegmentArray

        public static String[] getSegmentArray​(String routePath)