Uses of Class
de.unima.alcomox.exceptions.OntologyException

Packages that use OntologyException
de.unima.alcomox.ontology   
de.unima.alcomox.ontology.extowlapi   
 

Uses of OntologyException in de.unima.alcomox.ontology
 

Methods in de.unima.alcomox.ontology that throw OntologyException
 void MergedOntology.addAxioms(java.util.Set<org.semanticweb.owlapi.model.OWLAxiom> mappingAxioms)
           
 void CompleteReasoner.attachValidatedMapping(Mapping mapping)
          Adds a validated mapping that will be used in reasoning in a fixed way.
 Mapping CompleteReasoner.getConflictSet(Mapping mapping)
           
 Entity LocalOntology.getEntityByUri(java.lang.String entityUri)
          Resolves the uri reference and returns the entity that the uri refers to.
 void IOntology.init(ExtractionProblem ep)
          Initializes an IOntology by setting up an additional interval tree, that represents very fast index structures highly beneficial in the pattern-based reasoning. 22
 void LocalOntology.init(ExtractionProblem extractionProblem)
          Inits this extandable ontology and binds it to the extraction problem.
 void AlcomoOntology.initReasoner()
           
 void AlcomoOntology.initReasonerWithoutClassification()
           
 void MergedOntology.removeAxioms(java.util.Set<org.semanticweb.owlapi.model.OWLAxiom> mappingAxioms)
           
 void CompleteReasoner.resetValidatedMapping()
          Removes an (incrementally) attached validated mapping.
 java.util.Set<org.semanticweb.owlapi.model.OWLAxiom> MergedOntology.toAxioms(Mapping mapping)
           
 

Uses of OntologyException in de.unima.alcomox.ontology.extowlapi
 

Methods in de.unima.alcomox.ontology.extowlapi that throw OntologyException
 java.util.ArrayList<org.semanticweb.owlapi.model.OWLAxiom> NominalAxiomTranscriber.rebuild(org.semanticweb.owlapi.model.OWLAxiom axiom)