de.dfleischhacker.uni.thesis.semantic.nullsemantic
Class NullSemanticFactory

java.lang.Object
  extended by de.dfleischhacker.uni.thesis.semantic.nullsemantic.NullSemanticFactory
All Implemented Interfaces:
SemanticFactory

public class NullSemanticFactory
extends java.lang.Object
implements SemanticFactory

The factory implementation for the NullSemantic class. Solely used from the SemanticManager to create instances of NullSemantic.


Constructor Summary
NullSemanticFactory()
          Initializes the NullSemanticFactory object
 
Method Summary
 SemanticModule getInstance(Ontology onto1, Ontology onto2)
          Creates an instance of the NullSemantic class
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NullSemanticFactory

public NullSemanticFactory()
Initializes the NullSemanticFactory object

Method Detail

getInstance

public SemanticModule getInstance(Ontology onto1,
                                  Ontology onto2)
                           throws MergingException
Creates an instance of the NullSemantic class

Specified by:
getInstance in interface SemanticFactory
Parameters:
onto1 - first ontology
onto2 - second ontology
Returns:
the new NullSemantic instance
Throws:
MergingException