Class CoachShuttleGatheringSolution

    • Field Detail

      • score

        @XStreamConverter(org.optaplanner.persistence.xstream.api.score.buildin.hardsoftlong.HardSoftLongScoreXStreamConverter.class)
        protected org.optaplanner.core.api.score.buildin.hardsoftlong.HardSoftLongScore score
    • Constructor Detail

      • CoachShuttleGatheringSolution

        public CoachShuttleGatheringSolution()
    • Method Detail

      • getName

        public String getName()
      • setName

        public void setName​(String name)
      • setLocationList

        public void setLocationList​(List<RoadLocation> locationList)
      • getCoachList

        public List<Coach> getCoachList()
      • setCoachList

        public void setCoachList​(List<Coach> coachList)
      • getShuttleList

        public List<Shuttle> getShuttleList()
      • setShuttleList

        public void setShuttleList​(List<Shuttle> shuttleList)
      • setStopList

        public void setStopList​(List<BusStop> stopList)
      • getHub

        public BusHub getHub()
      • setHub

        public void setHub​(BusHub hub)
      • getScore

        public org.optaplanner.core.api.score.buildin.hardsoftlong.HardSoftLongScore getScore()
      • setScore

        public void setScore​(org.optaplanner.core.api.score.buildin.hardsoftlong.HardSoftLongScore score)
      • getBusList

        public List<Bus> getBusList()