public abstract class BasicEvaluator extends java.lang.Object implements Evaluator
Modifier and Type | Field and Description |
---|---|
protected Alignment |
align1 |
protected Alignment |
align2 |
protected double |
result |
Constructor and Description |
---|
BasicEvaluator(Alignment align1,
Alignment align2)
Creation
Creates an evaluator
|
Modifier and Type | Method and Description |
---|---|
ObjectAlignment |
convertToObjectAlignment(Alignment al) |
void |
convertToObjectAlignments(Alignment al1,
Alignment al2) |
void |
write(java.io.PrintWriter writer)
Outputs (in XML/RDF) a full report on the proximity of the two
ontologies.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
eval, eval, getResults
protected double result
protected Alignment align1
protected Alignment align2
public BasicEvaluator(Alignment align1, Alignment align2) throws AlignmentException
align1
- andalign2:
- the two alignments to be evaluatedAlignmentException
- when something goes wrong (never in this case)public void convertToObjectAlignments(Alignment al1, Alignment al2) throws AlignmentException
AlignmentException
public ObjectAlignment convertToObjectAlignment(Alignment al) throws AlignmentException
AlignmentException
public void write(java.io.PrintWriter writer) throws java.io.IOException
Evaluator
(C) INRIA & friends, 2003-2020