OptaPlanner examples 6.2.0.CR1

org.optaplanner.examples.tennis.domain.solver
Class MovableTeamAssignmentSelectionFilter

java.lang.Object
  extended by org.optaplanner.examples.tennis.domain.solver.MovableTeamAssignmentSelectionFilter
All Implemented Interfaces:
org.optaplanner.core.impl.heuristic.selector.common.decorator.SelectionFilter<TeamAssignment>

public class MovableTeamAssignmentSelectionFilter
extends Object
implements org.optaplanner.core.impl.heuristic.selector.common.decorator.SelectionFilter<TeamAssignment>


Constructor Summary
MovableTeamAssignmentSelectionFilter()
           
 
Method Summary
 boolean accept(org.optaplanner.core.impl.score.director.ScoreDirector scoreDirector, TeamAssignment teamAssignment)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MovableTeamAssignmentSelectionFilter

public MovableTeamAssignmentSelectionFilter()
Method Detail

accept

public boolean accept(org.optaplanner.core.impl.score.director.ScoreDirector scoreDirector,
                      TeamAssignment teamAssignment)
Specified by:
accept in interface org.optaplanner.core.impl.heuristic.selector.common.decorator.SelectionFilter<TeamAssignment>

OptaPlanner examples 6.2.0.CR1

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