org.optaplanner.examples.curriculumcourse.domain.solver
Class MovableLectureSelectionFilter
java.lang.Object
org.optaplanner.examples.curriculumcourse.domain.solver.MovableLectureSelectionFilter
- All Implemented Interfaces:
- org.optaplanner.core.impl.heuristic.selector.common.decorator.SelectionFilter<Lecture>
public class MovableLectureSelectionFilter
- extends Object
- implements org.optaplanner.core.impl.heuristic.selector.common.decorator.SelectionFilter<Lecture>
|
Method Summary |
boolean |
accept(org.optaplanner.core.impl.score.director.ScoreDirector scoreDirector,
Lecture lecture)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MovableLectureSelectionFilter
public MovableLectureSelectionFilter()
accept
public boolean accept(org.optaplanner.core.impl.score.director.ScoreDirector scoreDirector,
Lecture lecture)
- Specified by:
accept in interface org.optaplanner.core.impl.heuristic.selector.common.decorator.SelectionFilter<Lecture>
Copyright © 2006-2014 JBoss by Red Hat. All Rights Reserved.