Uses of Class
org.optaplanner.examples.examination.domain.Room
Packages that use Room
Package
Description
-
Uses of Room in org.optaplanner.examples.examination.domain
Fields in org.optaplanner.examples.examination.domain declared as RoomMethods in org.optaplanner.examples.examination.domain that return RoomModifier and TypeMethodDescriptionExam.getRoom()Room.withCapacity(int capacity) Room.withId(long id) Room.withPenalty(int penalty) Methods in org.optaplanner.examples.examination.domain that return types with arguments of type RoomMethods in org.optaplanner.examples.examination.domain with parameters of type RoomModifier and TypeMethodDescriptionvoidMethod parameters in org.optaplanner.examples.examination.domain with type arguments of type Room -
Uses of Room in org.optaplanner.examples.examination.domain.solver
Methods in org.optaplanner.examples.examination.domain.solver with parameters of type RoomModifier and TypeMethodDescriptionRoomStrengthWeightFactory.createSorterWeight(Examination examination, Room room) Constructors in org.optaplanner.examples.examination.domain.solver with parameters of type Room