java.lang.Object
org.apache.camel.quarkus.component.optaplanner.it.domain.TimeTable

public class TimeTable extends Object
adapted from optaplanner quarkus quickstart : https://github.com/kiegroup/optaplanner-quickstarts/tree/stable/use-cases/school-timetabling
  • Constructor Details

  • Method Details

    • getTimeslotList

      public List<Timeslot> getTimeslotList()
    • getRoomList

      public List<Room> getRoomList()
    • getLessonList

      public List<Lesson> getLessonList()