Drools Planner examples 6.0.0.Alpha9

org.drools.planner.examples.nurserostering.domain.solver
Class MovableShiftAssignmentSelectionFilter

java.lang.Object
  extended by org.drools.planner.examples.nurserostering.domain.solver.MovableShiftAssignmentSelectionFilter
All Implemented Interfaces:
SelectionFilter<ShiftAssignment>

public class MovableShiftAssignmentSelectionFilter
extends Object
implements SelectionFilter<ShiftAssignment>


Constructor Summary
MovableShiftAssignmentSelectionFilter()
           
 
Method Summary
 boolean accept(NurseRoster nurseRoster, ShiftAssignment shiftAssignment)
           
 boolean accept(ScoreDirector scoreDirector, ShiftAssignment shiftAssignment)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MovableShiftAssignmentSelectionFilter

public MovableShiftAssignmentSelectionFilter()
Method Detail

accept

public boolean accept(ScoreDirector scoreDirector,
                      ShiftAssignment shiftAssignment)
Specified by:
accept in interface SelectionFilter<ShiftAssignment>

accept

public boolean accept(NurseRoster nurseRoster,
                      ShiftAssignment shiftAssignment)

Drools Planner examples 6.0.0.Alpha9

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