uk.ac.bbk.dcs.automed.qproc.functions.comparison
Class Comparisons

java.lang.Object
  extended by uk.ac.bbk.dcs.automed.qproc.functions.comparison.Comparisons

public class Comparisons
extends java.lang.Object


Constructor Summary
Comparisons()
           
 
Method Summary
static int compareNodes(Cell x, Cell y)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Comparisons

public Comparisons()
Method Detail

compareNodes

public static int compareNodes(Cell x,
                               Cell y)
                        throws QProcException
Parameters:
x -
y -
Returns:
1 if x>y, -1 if x<y, 0 if they are equal
Throws:
QProcException