public interface Evaluator
Modifier and Type | Method and Description |
---|---|
double |
eval(java.util.Properties param)
Run the evaluation between the two ontologies.
|
double |
eval(java.util.Properties param,
java.lang.Object cache)
Run the evaluation between the two ontologies.
|
java.util.Properties |
getResults()
Returns the results as a property list not further described but
suitable for display.
|
void |
write(java.io.PrintWriter writer)
Outputs (in XML/RDF) a full report on the proximity of the two
ontologies.
|
double eval(java.util.Properties param) throws AlignmentException
param:
- evaluation parametersAlignmentException
- when something goes wrongdouble eval(java.util.Properties param, java.lang.Object cache) throws AlignmentException
param:
- evaluation parameterscache:
- an ontology cacheAlignmentException
- when something goes wrong
//@deprecated The OntologyCache is now internal, use eval( params ) insteadvoid write(java.io.PrintWriter writer) throws java.io.IOException
writer:
- the writer to use for outputing the evaluationjava.io.IOException
- when the output cannot be performedjava.util.Properties getResults()
(C) INRIA & friends, 2003-2020