Package de.fzi.kadmos.api.algorithm

Provides an API for representing ontology alignment algorithms.

See:
          Description

Interface Summary
AlignmentAlgorithm Interface to be implemented by alignment algorithms.
UpdatingAlignmentAlgorithm Interface to be implemented by algorithms that are capable of consuming a given initial alignment, known a priori to the invocation of the algorithm.
 

Exception Summary
AlignmentAlgorithmException Exception indicating a problem in an alignment algorithm.
 

Package de.fzi.kadmos.api.algorithm Description

Provides an API for representing ontology alignment algorithms. This package provides interfaces and exceptions for dealining with ontology alignment algorithms. Classes representing alignment algorithms implement the AlignmentAlgorithm interface. In case an algorithm is capable of dealing with initial alignments given a priori to the invocation of the alignment computation, developers are encouraged to implement the UpdatingAlignmentAlgorithm interface. Ontology alignment algorithms implementing this API use OWL API OWLOntology and KADMOS Alignment objects for representing ontologies and alignments respectively.

Since:
1.0.0
See Also:
de.fzi.kadmos.api.algorithm


Copyright © 2012. All Rights Reserved.