com.jstatcom.engine.ox
Class OxConfigKeys

java.lang.Object
  extended by com.jstatcom.engine.ConfigKeys
      extended by com.jstatcom.engine.ox.OxConfigKeys

public abstract class OxConfigKeys
extends ConfigKeys

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

Author:
Markus Kraetzig

Field Summary
static OxConfigKeys GRAPH_VIEWER
          The exact location of the graphics viewer.
static OxConfigKeys OXDLL
          The exact location of the Ox dll that exports the functions needed to run Ox code.
 
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

GRAPH_VIEWER

public static final OxConfigKeys GRAPH_VIEWER
The exact location of the graphics viewer. Only used if graphics files are to be shown with an external tool. Optional setting.


OXDLL

public static final OxConfigKeys OXDLL
The exact location of the Ox dll that exports the functions needed to run Ox code. Mandatory setting.