OptaPlanner distribution 6.0.1-SNAPSHOT

Uses of Class
org.optaplanner.examples.curriculumcourse.domain.Lecture

Packages that use Lecture
org.optaplanner.examples.curriculumcourse.domain   
org.optaplanner.examples.curriculumcourse.domain.solver   
 

Uses of Lecture in org.optaplanner.examples.curriculumcourse.domain
 

Methods in org.optaplanner.examples.curriculumcourse.domain that return types with arguments of type Lecture
 List<Lecture> CourseSchedule.getLectureList()
           
 

Method parameters in org.optaplanner.examples.curriculumcourse.domain with type arguments of type Lecture
 void CourseSchedule.setLectureList(List<Lecture> lectureList)
           
 

Uses of Lecture in org.optaplanner.examples.curriculumcourse.domain.solver
 

Methods in org.optaplanner.examples.curriculumcourse.domain.solver with parameters of type Lecture
 boolean MovableLectureSelectionFilter.accept(ScoreDirector scoreDirector, Lecture lecture)
           
 Comparable LectureDifficultyWeightFactory.createSorterWeight(CourseSchedule schedule, Lecture lecture)
           
 

Constructors in org.optaplanner.examples.curriculumcourse.domain.solver with parameters of type Lecture
LectureDifficultyWeightFactory.LectureDifficultyWeight(Lecture lecture, int unavailablePeriodPenaltyCount)
           
 


OptaPlanner distribution 6.0.1-SNAPSHOT

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