org.eclipse.swordfish.internal.core.planner
Class StrategyComparator

java.lang.Object
  extended by org.eclipse.swordfish.internal.core.planner.StrategyComparator
All Implemented Interfaces:
java.util.Comparator<Strategy>

public class StrategyComparator
extends java.lang.Object
implements java.util.Comparator<Strategy>


Constructor Summary
StrategyComparator()
           
 
Method Summary
 int compare(Strategy s1, Strategy s2)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Comparator
equals
 

Constructor Detail

StrategyComparator

public StrategyComparator()
Method Detail

compare

public int compare(Strategy s1,
                   Strategy s2)
Specified by:
compare in interface java.util.Comparator<Strategy>