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

Packages that use BONGSettings
uk.ac.manchester.gong.bong   
uk.ac.manchester.gong.bong.match   
uk.ac.manchester.gong.bong.reasoner   
uk.ac.manchester.gong.bong.settings   
 

Uses of BONGSettings in uk.ac.manchester.gong.bong
 

Methods in uk.ac.manchester.gong.bong with parameters of type BONGSettings
static java.util.ArrayList BONG.getChildren(org.semanticweb.owl.model.OWLClass root, org.semanticweb.owl.util.AssertedClassHierarchyReasoner reasoner, OWLDealer owldealer, BONGSettings bongsettings, java.util.ArrayList dissected_classes, java.util.HashMap accesory_map)
           
 

Uses of BONGSettings in uk.ac.manchester.gong.bong.match
 

Methods in uk.ac.manchester.gong.bong.match with parameters of type BONGSettings
static void SemanticsTransfer.doTransfer(org.semanticweb.owl.model.OWLClass matchedClass, BONGMatchResult matchresult, BONGSettings bongsettings, OWLDealer owldealer, java.util.HashMap accesory_map)
          This class gets a matchresult and transfers the semantics from the regexp class to the target class, checking the mappings or mere existence of the filler
static BONGMatchResult RegexpMatcher.match(org.semanticweb.owl.model.OWLClass classtomatch, OWLDealer owldealer, BONGSettings bongsettings)
          Tries to match the rdfs:label of a given class against a set of regexps defined in the BONG ontology.
 

Uses of BONGSettings in uk.ac.manchester.gong.bong.reasoner
 

Methods in uk.ac.manchester.gong.bong.reasoner with parameters of type BONGSettings
static void ReasonerConnector.connect(OWLDealer owldealer, BONGSettings bongsettings, java.util.ArrayList dissected_classes, java.lang.String dbtablename)
           
 

Uses of BONGSettings in uk.ac.manchester.gong.bong.settings
 

Methods in uk.ac.manchester.gong.bong.settings that return BONGSettings
static BONGSettings BONGSettingsReader.readSettings(OWLDealer owldealer)