|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.dfleischhacker.uni.thesis.GlobalSettings
public class GlobalSettings
Class which contains most (should be all, but who knows) constants used throughout the code.
Field Summary | |
---|---|
static java.lang.String |
ALIGNED_NAMESPACE
Namespace to use for aligned ontology |
static boolean |
DEBUG
If set to true there will be debug outputs to console and some data created during a run will be saved iunto files. |
static java.lang.String |
GENERAL_PREFIX
General prefix to be used in cases not matches by the previous prefixes |
static java.lang.String |
NOMINAL_PREFIX
Prefix to use for transcreibed nominals |
static java.lang.String |
ONTO_PREFIX
URI prefix used to make ontology URIs unique |
Constructor Summary | |
---|---|
GlobalSettings()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static boolean DEBUG
public static final java.lang.String ONTO_PREFIX
public static final java.lang.String ALIGNED_NAMESPACE
public static java.lang.String NOMINAL_PREFIX
public static java.lang.String GENERAL_PREFIX
Constructor Detail |
---|
public GlobalSettings()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |