|
Alignment API and Server 4.6 (1875M) | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Alterator
An abstract test generator which takes as input an ontology and an alignment between this ontology and another one and transform the ontology and the alignment accordingly to a type of alteration. It follows a particular lifecycle
Method Summary | |
---|---|
Alignment |
getAlignment()
Returns the altered Alignment and Ontology in output form |
String |
getBase()
the namespace of the source ontology in the input alignment |
ClassHierarchy |
getHierarchy()
|
com.hp.hpl.jena.ontology.OntModel |
getModifiedOntology()
|
String |
getNamespace()
the namespace of the input ontology |
Properties |
getProtoAlignment()
getProtoAlignment, getProtoOntology, getHierarchy are used for accessing these internal structure at creation time. |
com.hp.hpl.jena.ontology.OntModel |
getProtoOntology()
|
Alterator |
modify(Properties params)
modify applies the alteration to the input (the results are kept in internal structures. |
void |
relocateTest(String namespace2)
|
void |
relocateTest(String namespace1,
String namespace2)
Modifies the namespaces of source and target ontologies (for the main purpose of outputing them) |
Method Detail |
---|
String getNamespace()
String getBase()
Alterator modify(Properties params)
Properties getProtoAlignment()
com.hp.hpl.jena.ontology.OntModel getProtoOntology()
ClassHierarchy getHierarchy()
void relocateTest(String namespace1, String namespace2)
void relocateTest(String namespace2)
Alignment getAlignment()
com.hp.hpl.jena.ontology.OntModel getModifiedOntology()
|
Alignment API and Server 4.6 (1875M) | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |