public interface AlignmentRepairer
Modifier and Type | Method and Description |
---|---|
void |
init(java.util.Properties param)
Has to be invoked before using repair.
|
Alignment |
repair(Alignment alignment,
java.util.Properties param)
Perform repair on the alignment.
|
OntologyNetwork |
repair(OntologyNetwork network,
java.util.Properties param)
Perform repair on a whole network of ontologies.
|
void init(java.util.Properties param) throws AlignmentException
param:
- set of properties expressing the parameters for this repairerAlignmentException
- when something goes wrongAlignment repair(Alignment alignment, java.util.Properties param) throws AlignmentException
alignment:
- the alignment to be repairedparam:
- specific repairing parameters as propertiesAlignmentException
- when something goes wrongOntologyNetwork repair(OntologyNetwork network, java.util.Properties param) throws AlignmentException
network:
- the network of ontologies to be repairedparam:
- specific repairing parameters as propertiesAlignmentException
- when something goes wrong(C) INRIA & friends, 2003-2020