public abstract class CONRAD
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CONRADBibtex |
static java.lang.String |
CONRADDefinition |
static java.lang.String |
CONRADMedline |
static int |
DEBUGLEVEL
This flag can be used to control debug outputs.
|
static double |
DOUBLE_EPSILON |
static java.lang.String |
EOL |
static double |
FLOAT_EPSILON |
static long |
INPUT_QUEUE_DELAY |
static int |
INVERSE_SPEEDUP |
static double |
SMALL_VALUE |
static boolean |
useGarbageCollection |
static java.lang.String |
VersionString |
Constructor and Description |
---|
CONRAD() |
Modifier and Type | Method and Description |
---|---|
static void |
gc() |
static double |
getFreeMemoryAsDouble()
Returns the total free memory as double between 1.0 and 0.0.
|
static int |
getNumberOfThreads()
Returns the number of processors which should be used by CONRAD.
|
static java.lang.String |
getUserHome()
CONRAD checks the environment variables for a variable called "CONRAD_HOME".
|
static boolean |
isUseGarbageCollection() |
static void |
setup() |
static void |
setUseGarbageCollection(boolean useGarbageCollection) |
public static final java.lang.String VersionString
public static final java.lang.String CONRADBibtex
public static final java.lang.String CONRADMedline
public static final java.lang.String CONRADDefinition
public static final double SMALL_VALUE
public static final double DOUBLE_EPSILON
public static final double FLOAT_EPSILON
public static final int INVERSE_SPEEDUP
public static boolean useGarbageCollection
public static final java.lang.String EOL
public static final long INPUT_QUEUE_DELAY
public static int DEBUGLEVEL
public static void setup()
public static void gc()
public static boolean isUseGarbageCollection()
public static void setUseGarbageCollection(boolean useGarbageCollection)
public static int getNumberOfThreads()
public static java.lang.String getUserHome()
public static double getFreeMemoryAsDouble()