Venice 0.7beta

org.mov.analyser
Class GPModuleConstants

java.lang.Object
  extended by org.mov.analyser.GPModuleConstants

public final class GPModuleConstants
extends java.lang.Object


Field Summary
static int BUY_RULE
           
static java.lang.String format
           
static java.lang.String nullString
           
static int NUMBER_RULES
           
static double PERCENT_DOUBLE
           
static int PERCENT_INT
           
static int SELL_RULE
           
static java.lang.String separatorString
           
 
Constructor Summary
GPModuleConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

format

public static final java.lang.String format
See Also:
Constant Field Values

PERCENT_DOUBLE

public static final double PERCENT_DOUBLE
See Also:
Constant Field Values

PERCENT_INT

public static final int PERCENT_INT
See Also:
Constant Field Values

separatorString

public static final java.lang.String separatorString
See Also:
Constant Field Values

nullString

public static final java.lang.String nullString
See Also:
Constant Field Values

BUY_RULE

public static final int BUY_RULE
See Also:
Constant Field Values

SELL_RULE

public static final int SELL_RULE
See Also:
Constant Field Values

NUMBER_RULES

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

GPModuleConstants

public GPModuleConstants()

Venice 0.7beta