edu.udo.cs.yale.operator.performance
Interface PerformanceComparator

All Known Implementing Classes:
PerformanceVector.DefaultComparator

public interface PerformanceComparator

Compares two PerformanceVectors.

Version:
$Id: PerformanceComparator.java,v 2.9 2006/03/21 15:35:50 ingomierswa Exp $
Author:
Simon Fischer, Ingo Mierswa

Method Summary
 int compare(PerformanceVector pv1, PerformanceVector pv2)
          Returns a negative value iff pv2 is better than pv1.
 

Method Detail

compare

int compare(PerformanceVector pv1,
            PerformanceVector pv2)
Returns a negative value iff pv2 is better than pv1.



Copyright © 2001-2006