com.jstatcom.engine.gauss
Class GaussConfigKeys
- java.lang.Object
-
- com.jstatcom.engine.ConfigKeys
-
- com.jstatcom.engine.gauss.GaussConfigKeys
-
public abstract class GaussConfigKeys extends ConfigKeys
Contains all constants that define the GAUSS environment. For every key the respective information is stored in an instance ofConfigHolder. TheGaussConfigPanelcontains a user input mask to adjust some of the defined settings.- See Also:
ConfigHolder,GaussConfigPanel
-
-
Field Summary
Fields Modifier and Type Field and Description static GaussConfigKeysCOMPILE_CFGThe XML file containing the list of files to be compiled.static GaussConfigKeysEXE_LOCATIONThe directory of the executable, e.g.static GaussConfigKeysGAUSS_VERSIONThe GAUSS version.static GaussConfigKeysGCG_FILENAMEThe gcg filename with the compiled code for GAUSS.static GaussConfigKeysLIB_CFGThe XML file containing the list of libraries.static GaussConfigKeysSHARED_MEM_SIZEThe size of the shared memory used for the communication.static GaussConfigKeysTEMP_DIRThe temporary directory with read/write access.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method and Description static java.util.IteratorversionIterator()-
Methods inherited from class com.jstatcom.engine.ConfigKeys
defaultVal, equals, getAllKeys, hashCode, isValid, name, toString
-
-
-
-
Field Detail
-
EXE_LOCATION
public static final GaussConfigKeys EXE_LOCATION
The directory of the executable, e.g. c:\mteng8.0\engauss.exe.
-
GAUSS_VERSION
public static final GaussConfigKeys GAUSS_VERSION
The GAUSS version.
-
SHARED_MEM_SIZE
public static final GaussConfigKeys SHARED_MEM_SIZE
The size of the shared memory used for the communication.
-
TEMP_DIR
public static final GaussConfigKeys TEMP_DIR
The temporary directory with read/write access.
-
LIB_CFG
public static final GaussConfigKeys LIB_CFG
The XML file containing the list of libraries.
-
COMPILE_CFG
public static final GaussConfigKeys COMPILE_CFG
The XML file containing the list of files to be compiled.
-
GCG_FILENAME
public static final GaussConfigKeys GCG_FILENAME
The gcg filename with the compiled code for GAUSS.
-
-
DMelt 3.0 © DataMelt by jWork.ORG