|
INRIA & UMontrŽal | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Represents an OWL ontology alignment.
Method Summary | |
void |
addAlignCell(OWLEntity ob1,
OWLEntity ob2)
|
void |
addAlignCell(OWLEntity ob1,
OWLEntity ob,
java.lang.String relation,
double measure)
Cells are created and indexed at once |
void |
dump(org.xml.sax.ContentHandler h)
Dump should be implemented as a method generating SAX events for a SAXHandler provided as input |
double |
getAlignedMeasure1(OWLEntity ob)
|
double |
getAlignedMeasure2(OWLEntity ob)
|
OWLEntity |
getAlignedObject1(OWLEntity ob)
Each part of the cell can be queried independently. |
OWLEntity |
getAlignedObject2(OWLEntity ob)
|
Relation |
getAlignedRelation1(OWLEntity ob)
|
Relation |
getAlignedRelation2(OWLEntity ob)
|
OWLOntology |
getOntology1()
The alignment has reference to the two aligned ontology. |
OWLOntology |
getOntology2()
|
java.lang.String |
getType()
|
void |
setOntology1(OWLOntology ontology)
|
void |
setOntology2(OWLOntology ontology)
|
void |
setType(java.lang.String type)
Alignment type: Currently defined a sa String. |
void |
write(java.io.PrintStream writer)
|
Method Detail |
public OWLOntology getOntology1()
public OWLOntology getOntology2()
public void setOntology1(OWLOntology ontology)
public void setOntology2(OWLOntology ontology)
public void setType(java.lang.String type)
public java.lang.String getType()
public void addAlignCell(OWLEntity ob1, OWLEntity ob, java.lang.String relation, double measure) throws OWLException
OWLException
public void addAlignCell(OWLEntity ob1, OWLEntity ob2) throws OWLException
OWLException
public OWLEntity getAlignedObject1(OWLEntity ob) throws OWLException
OWLException
public OWLEntity getAlignedObject2(OWLEntity ob) throws OWLException
OWLException
public Relation getAlignedRelation1(OWLEntity ob) throws OWLException
OWLException
public Relation getAlignedRelation2(OWLEntity ob) throws OWLException
OWLException
public double getAlignedMeasure1(OWLEntity ob) throws OWLException
OWLException
public double getAlignedMeasure2(OWLEntity ob) throws OWLException
OWLException
public void dump(org.xml.sax.ContentHandler h)
public void write(java.io.PrintStream writer) throws java.io.IOException, org.semanticweb.owl.model.OWLException
java.io.IOException
org.semanticweb.owl.model.OWLException
|
INRIA & UMontrŽal | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |