Uses of Class
org.apache.camel.quarkus.component.optaplanner.it.domain.Timeslot
-
Packages that use Timeslot Package Description org.apache.camel.quarkus.component.optaplanner.it.bootstrap org.apache.camel.quarkus.component.optaplanner.it.domain -
-
Uses of Timeslot in org.apache.camel.quarkus.component.optaplanner.it.bootstrap
Fields in org.apache.camel.quarkus.component.optaplanner.it.bootstrap with type parameters of type Timeslot Modifier and Type Field Description static List<Timeslot>DataGenerator. timeslotList -
Uses of Timeslot in org.apache.camel.quarkus.component.optaplanner.it.domain
Methods in org.apache.camel.quarkus.component.optaplanner.it.domain that return Timeslot Modifier and Type Method Description TimeslotLesson. getTimeslot()Methods in org.apache.camel.quarkus.component.optaplanner.it.domain that return types with arguments of type Timeslot Modifier and Type Method Description List<Timeslot>TimeTable. getTimeslotList()Methods in org.apache.camel.quarkus.component.optaplanner.it.domain with parameters of type Timeslot Modifier and Type Method Description voidLesson. setTimeslot(Timeslot timeslot)Constructor parameters in org.apache.camel.quarkus.component.optaplanner.it.domain with type arguments of type Timeslot Constructor Description TimeTable(List<Timeslot> timeslotList, List<Room> roomList, List<Lesson> lessonList)
-