de.dfleischhacker.uni.thesis
Class GlobalSettings

java.lang.Object
  extended by de.dfleischhacker.uni.thesis.GlobalSettings

public class GlobalSettings
extends java.lang.Object

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

DEBUG

public 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.


ONTO_PREFIX

public static final java.lang.String ONTO_PREFIX
URI prefix used to make ontology URIs unique

See Also:
Constant Field Values

ALIGNED_NAMESPACE

public static final java.lang.String ALIGNED_NAMESPACE
Namespace to use for aligned ontology

See Also:
Constant Field Values

NOMINAL_PREFIX

public static java.lang.String NOMINAL_PREFIX
Prefix to use for transcreibed nominals


GENERAL_PREFIX

public static java.lang.String GENERAL_PREFIX
General prefix to be used in cases not matches by the previous prefixes

Constructor Detail

GlobalSettings

public GlobalSettings()