com.jstatcom.engine.ox
Class OxConfigKeys
- java.lang.Object
-
- com.jstatcom.engine.ConfigKeys
-
- 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 ofConfigHolder.
-
-
Field Summary
Fields Modifier and Type Field and Description static OxConfigKeysGRAPH_VIEWERThe exact location of the graphics viewer.static OxConfigKeysOXDLLThe 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
-
-
-
-
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.
-
-
DMelt 3.0 © DataMelt by jWork.ORG