Uses of Class
net.sf.cpsolver.coursett.model.FinalSectioning.Move

Packages that use FinalSectioning.Move
net.sf.cpsolver.coursett.model University Course Timetabling: Model. 
 

Uses of FinalSectioning.Move in net.sf.cpsolver.coursett.model
 

Methods in net.sf.cpsolver.coursett.model that return FinalSectioning.Move
 FinalSectioning.Move FinalSectioning.createMove(Lecture firstLecture, Student firstStudent, Lecture secondLecture, Student secondStudent)
           
 FinalSectioning.Move FinalSectioning.findAwayMove(Lecture lecture)
           
 FinalSectioning.Move FinalSectioning.findMove(Lecture lecture, Student student)
           
 

Methods in net.sf.cpsolver.coursett.model with parameters of type FinalSectioning.Move
 void FinalSectioning.Move.addChildMove(FinalSectioning.Move move)