OptaPlanner examples 6.1.0.Beta4

org.optaplanner.examples.projectjobscheduling.domain.solver
Class NotSourceOrSinkAllocationFilter

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

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


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

Constructor Detail

NotSourceOrSinkAllocationFilter

public NotSourceOrSinkAllocationFilter()
Method Detail

accept

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

OptaPlanner examples 6.1.0.Beta4

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