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.
|
protected _StateComparatorLowestValue()
public int compare(java.lang.Object o1, java.lang.Object o2)
o1
- first object to compareo2
- second object to compare