Package ptolemy.domains.sdf.optimize
Class OptimalScheduleFinder._StateComparatorLowestValue
- java.lang.Object
 - 
- ptolemy.domains.sdf.optimize.OptimalScheduleFinder._StateComparator
 - 
- ptolemy.domains.sdf.optimize.OptimalScheduleFinder._StateComparatorLowestValue
 
 
 
- 
- All Implemented Interfaces:
 java.io.Serializable,java.util.Comparator
- Enclosing class:
 - OptimalScheduleFinder
 
protected static class OptimalScheduleFinder._StateComparatorLowestValue extends OptimalScheduleFinder._StateComparator
A Comparator to maintain a sorted list of states, sorted on their value.- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Modifier Constructor Description protected_StateComparatorLowestValue() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompare(java.lang.Object o1, java.lang.Object o2)compare two states on their value. 
 -