INRIA & UMontrŽal

org.semanticweb.owl.align
Interface AlignmentProcess

All Superinterfaces:
Alignment
All Known Implementing Classes:
ClassNameEqAlignment, EditDistNameAlignment, NameEqAlignment

public interface AlignmentProcess
extends Alignment

Represents an OWL ontology alignment.

Version:
$Id: AlignmentProcess.java,v 1.1.1.1 2004/01/22 14:31:08 euzenat Exp $
Author:
Jérôme Euzenat

Method Summary
 void align(Alignment alignment)
          The align method computes the alignment from the ontologies.
 
Methods inherited from interface org.semanticweb.owl.align.Alignment
addAlignCell, addAlignCell, dump, getAlignedMeasure1, getAlignedMeasure2, getAlignedObject1, getAlignedObject2, getAlignedRelation1, getAlignedRelation2, getOntology1, getOntology2, getType, setOntology1, setOntology2, setType, write
 

Method Detail

align

public void align(Alignment alignment)
           throws AlignmentException,
                  OWLException
The align method computes the alignment from the ontologies. It is hightly dependent on the implementation. It take an initial Alignment as input. TODO: a set of parameters should better be passed to the alignment method.

AlignmentException
OWLException

INRIA & UMontrŽal

..no bottom yet...