com.perfdynamics.pdq
Class Methods

java.lang.Object
  extended by com.perfdynamics.pdq.Methods

public class Methods
extends java.lang.Object

Solution methods


Field Summary
static int APPROX
           
static int CANON
           
static int EXACT
           
 
Constructor Summary
Methods()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EXACT

public static final int EXACT
See Also:
Constant Field Values

APPROX

public static final int APPROX
See Also:
Constant Field Values

CANON

public static final int CANON
See Also:
Constant Field Values
Constructor Detail

Methods

public Methods()