uk.ac.manchester.gong.bong.settings
Class BONGSettings

java.lang.Object
  extended by uk.ac.manchester.gong.bong.settings.BONGSettings

public class BONGSettings
extends java.lang.Object

Class for storing the settings from the BONG ontology, except the regexps


Constructor Summary
BONGSettings(java.util.HashMap mappings, java.lang.String centralOntologyURI, java.lang.String rootTermURI, java.lang.String accesoryOntologyURI)
           
 
Method Summary
 java.lang.String getAccesoryOntologyURI()
           
 java.lang.String getCentralontologyURI()
           
 java.util.HashMap getMappings()
          HashMap of mappings: key = "maps_from", value = "maps_to"
 java.lang.String getRootTermURI()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BONGSettings

public BONGSettings(java.util.HashMap mappings,
                    java.lang.String centralOntologyURI,
                    java.lang.String rootTermURI,
                    java.lang.String accesoryOntologyURI)
Method Detail

getMappings

public java.util.HashMap getMappings()
HashMap of mappings: key = "maps_from", value = "maps_to"


getCentralontologyURI

public java.lang.String getCentralontologyURI()

getRootTermURI

public java.lang.String getRootTermURI()

getAccesoryOntologyURI

public java.lang.String getAccesoryOntologyURI()