org.jactr.core.module.procedural.six
Class ProductionNameComparator

java.lang.Object
  extended by org.jactr.core.module.procedural.six.ProductionNameComparator
All Implemented Interfaces:
java.util.Comparator<IProduction>

public class ProductionNameComparator
extends java.lang.Object
implements java.util.Comparator<IProduction>


Constructor Summary
ProductionNameComparator()
           
 
Method Summary
 int compare(IProduction o1, IProduction o2)
           
 
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

ProductionNameComparator

public ProductionNameComparator()
Method Detail

compare

public int compare(IProduction o1,
                   IProduction o2)
Specified by:
compare in interface java.util.Comparator<IProduction>