nrc.fuzzy
Class Parameters

java.lang.Object
  |
  +--nrc.fuzzy.Parameters
All Implemented Interfaces:
java.io.Serializable

public class Parameters
extends java.lang.Object
implements java.io.Serializable

The Parameters class is a class which contains only class variables which are used in multiple classes in the fuzzy package.

See Also:
Serialized Form

Field Summary
static boolean STRONG
          A constant used to flag the Strong AlphaCut.
static boolean WEAK
          A constant used to flag the Weak AlphaCut.
 
Constructor Summary
Parameters()
           
 
Method Summary
static double getFuzzyTolerance()
          Gets the tolerance used in many of the Fuzzy Logic calculations.
static void setFuzzyTolerance(double tolerance)
          Sets the tolerance used in many of the Fuzzy Logic calculations.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

WEAK

public static final boolean WEAK
A constant used to flag the Weak AlphaCut.

See Also:
Constant Field Values

STRONG

public static final boolean STRONG
A constant used to flag the Strong AlphaCut.

See Also:
Constant Field Values
Constructor Detail

Parameters

public Parameters()
Method Detail

setFuzzyTolerance

public static void setFuzzyTolerance(double tolerance)
Sets the tolerance used in many of the Fuzzy Logic calculations.


getFuzzyTolerance

public static double getFuzzyTolerance()
Gets the tolerance used in many of the Fuzzy Logic calculations.