uk.ac.manchester.gong.bong.settings
Class BONGSettings
java.lang.Object
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)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BONGSettings
public BONGSettings(java.util.HashMap mappings,
java.lang.String centralOntologyURI,
java.lang.String rootTermURI,
java.lang.String accesoryOntologyURI)
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()