protected static class OptimalScheduleFinder._StateComparatorLowestValue extends OptimalScheduleFinder._StateComparator
Modifier | Constructor and Description |
---|---|
protected |
_StateComparatorLowestValue() |
Modifier and Type | Method and Description |
---|---|
int |
compare(java.lang.Object o1,
java.lang.Object o2)
compare two states on their value.
|