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 of
ConfigHolder
.
- Author:
- Markus Kraetzig
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
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.