Package ptolemy.domains.sdf.optimize
Class OptimalScheduleFinder._StateComparatorMaximumProgress
- java.lang.Object
-
- ptolemy.domains.sdf.optimize.OptimalScheduleFinder._StateComparator
-
- ptolemy.domains.sdf.optimize.OptimalScheduleFinder._StateComparatorMaximumProgress
-
- All Implemented Interfaces:
java.io.Serializable
,java.util.Comparator
- Enclosing class:
- OptimalScheduleFinder
protected static class OptimalScheduleFinder._StateComparatorMaximumProgress extends OptimalScheduleFinder._StateComparator
A Comparator to maintain a sorted list of states, sorted on their progress to the final state.- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compare(java.lang.Object o1, java.lang.Object o2)
Compare the states based on smallest number of remaining firings.
-