OptaPlanner examples 6.2.0.CR1

org.optaplanner.examples.curriculumcourse.domain.solver
Class MovableLectureSelectionFilter

java.lang.Object
  extended by 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>


Constructor Summary
MovableLectureSelectionFilter()
           
 
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
 

Constructor Detail

MovableLectureSelectionFilter

public MovableLectureSelectionFilter()
Method Detail

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>

OptaPlanner examples 6.2.0.CR1

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