com.jstatcom.engine.matlab
Class MatlabConfigKeys

java.lang.Object
  extended by com.jstatcom.engine.ConfigKeys
      extended by com.jstatcom.engine.matlab.MatlabConfigKeys

public abstract class MatlabConfigKeys
extends ConfigKeys

Contains all constants that can be changed for the the Matlab environment. For every key the respective information is stored in an instance of ConfigHolder.

Author:
Markus Kraetzig

Field Summary
static MatlabConfigKeys DLL_NAME
           
static MatlabConfigKeys MATLAB_COMPILER_VERSION
          Matlab compiler version.
static MatlabConfigKeys RUNTIME_SUBDIR
           
static MatlabConfigKeys SHARED_MEM_SIZE
          The size of the shared memory used for the communication.
 
Method Summary
 
Methods inherited from class com.jstatcom.engine.ConfigKeys
defaultVal, equals, getAllKeys, hashCode, isValid, name, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

DLL_NAME

public static final MatlabConfigKeys DLL_NAME

RUNTIME_SUBDIR

public static final MatlabConfigKeys RUNTIME_SUBDIR

SHARED_MEM_SIZE

public static final MatlabConfigKeys SHARED_MEM_SIZE
The size of the shared memory used for the communication.


MATLAB_COMPILER_VERSION

public static final MatlabConfigKeys MATLAB_COMPILER_VERSION
Matlab compiler version.