JavaGrinders
Class VariableDesignRole

java.lang.Object
  extended by JavaGrinders.VariableDesignRole

public class VariableDesignRole
extends java.lang.Object

VariableDesignRole class - specifies which role individual variables can play in experimental designs: "X" - independent variable, "Y" - dependent variable, "Label" - label, "Frequ" - frequency or "-" - no role


Field Summary
static int FREQ
           
static int LABEL
           
static int NONE
           
static int XROLE
           
static int YROLE
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NONE

public static final int NONE
See Also:
Constant Field Values

XROLE

public static final int XROLE
See Also:
Constant Field Values

YROLE

public static final int YROLE
See Also:
Constant Field Values

LABEL

public static final int LABEL
See Also:
Constant Field Values

FREQ

public static final int FREQ
See Also:
Constant Field Values