INRIA & friends

org.semanticweb.owl.align
Interface Evaluator

All Known Implementing Classes:
BasicEvaluator

public interface Evaluator

Assess the closeness between two ontology alignments.

Version:
$Id: Evaluator.java 107 2004-11-23 09:40:54Z euzenat $
Author:
Jérôme Euzenat

Method Summary
 double eval(Parameters param)
          Run the evaluation between the two ontologies.
 void write(java.io.PrintWriter writer)
          Outputs (in XML/RDF) a full report on the proximity of the two ontologies.
 

Method Detail

eval

public double eval(Parameters param)
            throws AlignmentException
Run the evaluation between the two ontologies. Returns a double (between 0 and 1) providing an idea of the proximity

Throws:
AlignmentException

write

public void write(java.io.PrintWriter writer)
           throws java.io.IOException
Outputs (in XML/RDF) a full report on the proximity of the two ontologies.

Throws:
java.io.IOException

INRIA & friends

..no bottom yet...