de.dfleischhacker.uni.thesis.semantic
Interface SemanticFactory
- All Known Implementing Classes:
- NaturalSemanticFactory, NullSemanticFactory, PragmaticSemanticFactory
public interface SemanticFactory
This defines the interface of the semantic factory used to create instances
of specific semantics. The SemanticFactory classes are used from the
SemanticManager to create the actual SemanticModule classes.
getInstance
SemanticModule getInstance(Ontology onto1,
Ontology onto2)
throws MergingException
- Returns an instance of the corresponding SemanticModule initialized by
using the given ontologies.
- Parameters:
onto1
- first ontologyonto2
- second ontology
- Throws:
MergingException