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

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

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

Description of the Class

Author:
harrison

Constructor Summary
ProductionUtilityComparator()
           
 
Method Summary
 int compare(IProduction one, IProduction two)
          slightly different comparator.
 boolean equals(java.lang.Object one)
          Description of the Method
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProductionUtilityComparator

public ProductionUtilityComparator()
Method Detail

compare

public int compare(IProduction one,
                   IProduction two)
slightly different comparator.

Specified by:
compare in interface java.util.Comparator<IProduction>

equals

public boolean equals(java.lang.Object one)
Description of the Method

Specified by:
equals in interface java.util.Comparator<IProduction>
Overrides:
equals in class java.lang.Object
Parameters:
one - Description of the Parameter
Returns:
Description of the Return Value