OptaPlanner distribution 6.0.0.Beta3

Uses of Class
org.optaplanner.examples.examination.domain.Room

Packages that use Room
org.optaplanner.examples.examination.domain   
org.optaplanner.examples.examination.solver.move   
 

Uses of Room in org.optaplanner.examples.examination.domain
 

Methods in org.optaplanner.examples.examination.domain that return Room
 Room Exam.getRoom()
           
 

Methods in org.optaplanner.examples.examination.domain that return types with arguments of type Room
 List<Room> Examination.getRoomList()
           
 

Methods in org.optaplanner.examples.examination.domain with parameters of type Room
 void Exam.setRoom(Room room)
           
 

Method parameters in org.optaplanner.examples.examination.domain with type arguments of type Room
 void Examination.setRoomList(List<Room> roomList)
           
 

Uses of Room in org.optaplanner.examples.examination.solver.move
 

Methods in org.optaplanner.examples.examination.solver.move with parameters of type Room
static void ExaminationMoveHelper.moveExam(ScoreDirector scoreDirector, Exam exam, Period period, Room room)
           
static void ExaminationMoveHelper.moveRoom(ScoreDirector scoreDirector, Exam exam, Room room)
           
 

Constructors in org.optaplanner.examples.examination.solver.move with parameters of type Room
RoomChangeMove(Exam exam, Room toRoom)
           
 


OptaPlanner distribution 6.0.0.Beta3

Copyright © 2006-2013 JBoss by Red Hat. All Rights Reserved.