public interface Alterator
Modifier and Type | Method and Description |
---|---|
Alignment |
getAlignment() |
java.lang.String |
getBase() |
ClassHierarchy |
getHierarchy() |
org.apache.jena.ontology.OntModel |
getModifiedOntology() |
java.lang.String |
getNamespace() |
java.util.Properties |
getProtoAlignment()
getProtoAlignment, getProtoOntology, getHierarchy
are used for accessing these internal structure at creation time.
|
org.apache.jena.ontology.OntModel |
getProtoOntology() |
Alterator |
modify(java.util.Properties params)
modify applies the alteration to the input (the results are kept in
internal structures.
|
void |
relocateTest(java.lang.String namespace2) |
void |
relocateTest(java.lang.String namespace1,
java.lang.String namespace2)
Modifies the namespaces of source and target ontologies
(for the main purpose of outputing them)
|
java.lang.String getNamespace()
java.lang.String getBase()
Alterator modify(java.util.Properties params) throws AlignmentException
params:
- the alteration to be performedAlignmentException
- when the modification cannot happenjava.util.Properties getProtoAlignment()
org.apache.jena.ontology.OntModel getProtoOntology()
ClassHierarchy getHierarchy()
void relocateTest(java.lang.String namespace1, java.lang.String namespace2)
namespace1
- andnamespace2:
- the namespaces to be given to source and target ontologiesvoid relocateTest(java.lang.String namespace2)
Alignment getAlignment()
org.apache.jena.ontology.OntModel getModifiedOntology()
(C) INRIA & friends, 2003-2020