OptaPlanner distribution 6.2.1-SNAPSHOT

org.optaplanner.benchmark.impl.ranking
Class ResilientScoreComparator

java.lang.Object
  extended by org.optaplanner.benchmark.impl.ranking.ResilientScoreComparator
All Implemented Interfaces:
Serializable, Comparator<Score>

public class ResilientScoreComparator
extends Object
implements Comparator<Score>, Serializable

Like NaturalScoreComparator, but is able to compare Scores of different types or nulls.

See Also:
Serialized Form

Constructor Summary
ResilientScoreComparator()
           
 
Method Summary
 int compare(Score a, Score b)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Comparator
equals
 

Constructor Detail

ResilientScoreComparator

public ResilientScoreComparator()
Method Detail

compare

public int compare(Score a,
                   Score b)
Specified by:
compare in interface Comparator<Score>

OptaPlanner distribution 6.2.1-SNAPSHOT

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