org.deduced.rule
Class RuleUtilities

java.lang.Object
  extended by org.deduced.rule.RuleUtilities

public class RuleUtilities
extends java.lang.Object

RuleUtilities

Author:
Steve McDuff

Field Summary
static int PARAMETER_1
          Used to avoid check style warning for magic numbers
static int PARAMETER_10
          Used to avoid check style warning for magic numbers
static int PARAMETER_2
          Used to avoid check style warning for magic numbers
static int PARAMETER_3
          Used to avoid check style warning for magic numbers
static int PARAMETER_4
          Used to avoid check style warning for magic numbers
static int PARAMETER_5
          Used to avoid check style warning for magic numbers
static int PARAMETER_6
          Used to avoid check style warning for magic numbers
static int PARAMETER_7
          Used to avoid check style warning for magic numbers
static int PARAMETER_8
          Used to avoid check style warning for magic numbers
static int PARAMETER_9
          Used to avoid check style warning for magic numbers
 
Constructor Summary
RuleUtilities()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PARAMETER_1

public static final int PARAMETER_1
Used to avoid check style warning for magic numbers

See Also:
Constant Field Values

PARAMETER_2

public static final int PARAMETER_2
Used to avoid check style warning for magic numbers

See Also:
Constant Field Values

PARAMETER_3

public static final int PARAMETER_3
Used to avoid check style warning for magic numbers

See Also:
Constant Field Values

PARAMETER_4

public static final int PARAMETER_4
Used to avoid check style warning for magic numbers

See Also:
Constant Field Values

PARAMETER_5

public static final int PARAMETER_5
Used to avoid check style warning for magic numbers

See Also:
Constant Field Values

PARAMETER_6

public static final int PARAMETER_6
Used to avoid check style warning for magic numbers

See Also:
Constant Field Values

PARAMETER_7

public static final int PARAMETER_7
Used to avoid check style warning for magic numbers

See Also:
Constant Field Values

PARAMETER_8

public static final int PARAMETER_8
Used to avoid check style warning for magic numbers

See Also:
Constant Field Values

PARAMETER_9

public static final int PARAMETER_9
Used to avoid check style warning for magic numbers

See Also:
Constant Field Values

PARAMETER_10

public static final int PARAMETER_10
Used to avoid check style warning for magic numbers

See Also:
Constant Field Values
Constructor Detail

RuleUtilities

public RuleUtilities()