Uses of Class
de.dfleischhacker.uni.thesis.utils.ontology.Ontology

Packages that use Ontology
de.dfleischhacker.uni.thesis.semantic   
de.dfleischhacker.uni.thesis.semantic.naturalsemantic   
de.dfleischhacker.uni.thesis.semantic.nullsemantic   
de.dfleischhacker.uni.thesis.semantic.pragmaticsemantic   
de.dfleischhacker.uni.thesis.utils.ontology   
de.dfleischhacker.uni.thesis.utils.ontology.nominals   
de.dfleischhacker.uni.thesis.utils.types   
de.dfleischhacker.uni.thesis.utils.wrapper   
 

Uses of Ontology in de.dfleischhacker.uni.thesis.semantic
 

Methods in de.dfleischhacker.uni.thesis.semantic that return Ontology
 Ontology ClosureResult.getAlignedOntology()
          Returns the aligned ontology generated by the semantic or null if the semantic does not generate something like this.
 

Methods in de.dfleischhacker.uni.thesis.semantic with parameters of type Ontology
 SemanticModule SemanticFactory.getInstance(Ontology onto1, Ontology onto2)
          Returns an instance of the corresponding SemanticModule initialized by using the given ontologies.
static SemanticModule SemanticManager.getModuleInstance(java.lang.String name, Ontology onto1, Ontology onto2, boolean deleteABox)
          Returns an instance of the SemanticModule class which is determined by the given name.
 void ClosureResult.setAlignedOntology(Ontology alignedOntology)
          Sets the aligned ontology.
 

Uses of Ontology in de.dfleischhacker.uni.thesis.semantic.naturalsemantic
 

Methods in de.dfleischhacker.uni.thesis.semantic.naturalsemantic with parameters of type Ontology
 SemanticModule NaturalSemanticFactory.getInstance(Ontology onto1, Ontology onto2)
          Creates an instance of the NaturalSemantic class
 

Constructors in de.dfleischhacker.uni.thesis.semantic.naturalsemantic with parameters of type Ontology
NaturalSemantic(Ontology onto1, Ontology onto2)
          Initializes the natural semantic module.
 

Uses of Ontology in de.dfleischhacker.uni.thesis.semantic.nullsemantic
 

Methods in de.dfleischhacker.uni.thesis.semantic.nullsemantic with parameters of type Ontology
 SemanticModule NullSemanticFactory.getInstance(Ontology onto1, Ontology onto2)
          Creates an instance of the NullSemantic class
 

Uses of Ontology in de.dfleischhacker.uni.thesis.semantic.pragmaticsemantic
 

Methods in de.dfleischhacker.uni.thesis.semantic.pragmaticsemantic with parameters of type Ontology
 SemanticModule PragmaticSemanticFactory.getInstance(Ontology onto1, Ontology onto2)
          Returns an instance of the PragmaticSemantic class
 org.semanticweb.owl.model.OWLAxiom PragmaticSemantic.toAxiom(java.lang.String entURI1, java.lang.String relation, java.lang.String entURI2, Ontology ontology)
          Returns an axiom which represents the relation identified by the given relation symbol between the given two entities.
 

Constructors in de.dfleischhacker.uni.thesis.semantic.pragmaticsemantic with parameters of type Ontology
PragmaticSemantic(Ontology onto1, Ontology onto2)
          Initializes the pragmatic semantic module.
 

Uses of Ontology in de.dfleischhacker.uni.thesis.utils.ontology
 

Methods in de.dfleischhacker.uni.thesis.utils.ontology that return Ontology
static Ontology OntologyManager.createOntology(java.net.URI uri)
          Creates an Ontology object and adds the OWLOntologyManager used to do this into the wrapper class.
static Ontology OntologyManager.loadOntology(java.lang.String filename)
          Loads the given file as ontology.
static Ontology OntologyManager.loadOntology(java.net.URI uri)
          Loads the file from the given physical URI as ontology.
 

Methods in de.dfleischhacker.uni.thesis.utils.ontology with parameters of type Ontology
static void OntologyManager.writeOntology(Ontology onto, java.lang.String filename)
          Writes the given ontology into a file.
 

Constructors in de.dfleischhacker.uni.thesis.utils.ontology with parameters of type Ontology
OntologyRenamer(Ontology onto1, Ontology onto2)
          Renames all entities of the given to ontology so that each of these has a unique namespace which guarantees that no name clashes are possible during the merge.
 

Uses of Ontology in de.dfleischhacker.uni.thesis.utils.ontology.nominals
 

Methods in de.dfleischhacker.uni.thesis.utils.ontology.nominals with parameters of type Ontology
 void NominalAxiomTranscriber.setLocalOntology(Ontology ontology)
           
 

Uses of Ontology in de.dfleischhacker.uni.thesis.utils.types
 

Constructors in de.dfleischhacker.uni.thesis.utils.types with parameters of type Ontology
TypeMap(Ontology onto1, Ontology onto2)
          Initializes the internal entity type maps from the given ontologies.
 

Uses of Ontology in de.dfleischhacker.uni.thesis.utils.wrapper
 

Methods in de.dfleischhacker.uni.thesis.utils.wrapper that return Ontology
 Ontology CalculationResult.getCombinedEvOntology()
           
 Ontology CalculationResult.getCombinedRefOntology()
           
 

Methods in de.dfleischhacker.uni.thesis.utils.wrapper with parameters of type Ontology
 void CalculationResult.setCombinedEvOntology(Ontology combinedOntology)
           
 void CalculationResult.setCombinedRefOntology(Ontology combinedRefOntology)