contextFold.common
Class Env

java.lang.Object
  extended by contextFold.common.Env

public class Env
extends java.lang.Object


Field Summary
static boolean DEBUG_MODE
           
static java.lang.String defaultModel
           
static boolean ECHO
           
static int MAX_INT_FEATURE_WEIGHT
           
static int MAX_SERVER_SEQUENCE_LENGTH
           
static int maxSuperContextCardinality
           
static int maxSuperContextCardinalityTrain
           
static int MIN_HAIRPIN_LENGTH
           
static java.util.Random random
           
static boolean VERBOSE
           
 
Constructor Summary
Env()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MAX_SERVER_SEQUENCE_LENGTH

public static final int MAX_SERVER_SEQUENCE_LENGTH
See Also:
Constant Field Values

DEBUG_MODE

public static boolean DEBUG_MODE

VERBOSE

public static boolean VERBOSE

ECHO

public static boolean ECHO

MIN_HAIRPIN_LENGTH

public static int MIN_HAIRPIN_LENGTH

random

public static java.util.Random random

defaultModel

public static java.lang.String defaultModel

maxSuperContextCardinality

public static int maxSuperContextCardinality

maxSuperContextCardinalityTrain

public static int maxSuperContextCardinalityTrain

MAX_INT_FEATURE_WEIGHT

public static int MAX_INT_FEATURE_WEIGHT
Constructor Detail

Env

public Env()