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

Packages that use MergingException
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   
 

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

Methods in de.dfleischhacker.uni.thesis.semantic that throw MergingException
 ClosureResult SemanticModule.getClosure(Alignment align)
          This methods returns the closure result of the given alignment.
 SemanticModule SemanticFactory.getInstance(Ontology onto1, Ontology onto2)
          Returns an instance of the corresponding SemanticModule initialized by using the given ontologies.
 

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

Methods in de.dfleischhacker.uni.thesis.semantic.naturalsemantic that throw MergingException
 ClosureResult NaturalSemantic.getClosure(Alignment align)
          Returns the closure of the given alignment.
 SemanticModule NaturalSemanticFactory.getInstance(Ontology onto1, Ontology onto2)
          Creates an instance of the NaturalSemantic class
 

Constructors in de.dfleischhacker.uni.thesis.semantic.naturalsemantic that throw MergingException
NaturalSemantic(Ontology onto1, Ontology onto2)
          Initializes the natural semantic module.
 

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

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

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

Methods in de.dfleischhacker.uni.thesis.semantic.pragmaticsemantic that throw MergingException
 ClosureResult PragmaticSemantic.getClosure(Alignment align)
          Returns the closure of the given alignment
 SemanticModule PragmaticSemanticFactory.getInstance(Ontology onto1, Ontology onto2)
          Returns an instance of the PragmaticSemantic class
 

Constructors in de.dfleischhacker.uni.thesis.semantic.pragmaticsemantic that throw MergingException
PragmaticSemantic(Ontology onto1, Ontology onto2)
          Initializes the pragmatic semantic module.
 

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

Constructors in de.dfleischhacker.uni.thesis.utils.ontology that throw MergingException
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.