de.fzi.kadmos.api.impl
Class SimpleAlignmentFactory

java.lang.Object
  extended by de.fzi.kadmos.api.impl.SimpleAlignmentFactory
All Implemented Interfaces:
AlignmentFactory

public class SimpleAlignmentFactory
extends Object
implements AlignmentFactory

Factory for creating SimpleAlignment instances.

Since:
1.0.0
Version:
1.3.0
Author:
Juergen Bock

Method Summary
 SimpleAlignment createAlignment(OWLOntology ontology1, OWLOntology ontology2)
          Creates a new alignment of two ontologies.
static SimpleAlignmentFactory getInstance()
          Gets the singleton instance of this factory.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static SimpleAlignmentFactory getInstance()
Gets the singleton instance of this factory.

Returns:
SimpleAlignmentFactory instance.
Since:
1.0.0

createAlignment

public SimpleAlignment createAlignment(OWLOntology ontology1,
                                       OWLOntology ontology2)
Creates a new alignment of two ontologies.

Specified by:
createAlignment in interface AlignmentFactory
Parameters:
ontology1 - First ontology of the alignment to be created.
ontology2 - Second ontology of the alignment to be created.
Returns:
The newly created alignment.


Copyright © 2012. All Rights Reserved.