Uses of Interface
de.dfleischhacker.uni.thesis.semantic.SemanticModule

Packages that use SemanticModule
de.dfleischhacker.uni.thesis.semantic   
de.dfleischhacker.uni.thesis.semantic.naturalsemantic   
de.dfleischhacker.uni.thesis.semantic.nullsemantic   
de.dfleischhacker.uni.thesis.semantic.pragmaticsemantic   
 

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

Methods in de.dfleischhacker.uni.thesis.semantic that return SemanticModule
 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.
 

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

Classes in de.dfleischhacker.uni.thesis.semantic.naturalsemantic that implement SemanticModule
 class NaturalSemantic
          Implements the natural semantic.
 

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

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

Classes in de.dfleischhacker.uni.thesis.semantic.nullsemantic that implement SemanticModule
 class NullSemantic
          Implements the null semantic.
 

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

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

Classes in de.dfleischhacker.uni.thesis.semantic.pragmaticsemantic that implement SemanticModule
 class PragmaticSemantic
          Implements the pragmatic semantic.
 

Methods in de.dfleischhacker.uni.thesis.semantic.pragmaticsemantic that return SemanticModule
 SemanticModule PragmaticSemanticFactory.getInstance(Ontology onto1, Ontology onto2)
          Returns an instance of the PragmaticSemantic class