|
INRIA & friends | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.inrialpes.exmo.align.impl.BasicRelation
Represents an OWL ontology alignment. An ontology comprises a number of collections. Each ontology has a number of classes, properties and individuals, along with a number of axioms asserting information about those objects.
Field Summary | |
protected java.lang.String |
relation
It is intended that the value of the relation is =, < or >. |
Constructor Summary | |
BasicRelation(java.lang.String rel)
Creation |
Method Summary | |
void |
accept(AlignmentVisitor visitor)
Creation |
void |
dump(org.xml.sax.ContentHandler h)
Housekeeping |
boolean |
equals(Relation r)
Are the two relations equal |
java.lang.String |
getRelation()
Equality |
Relation |
inverse()
By default the inverse is the relation itself |
void |
write(java.io.PrintWriter writer)
This is kept for displayig more correctly the result |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected java.lang.String relation
Constructor Detail |
public BasicRelation(java.lang.String rel)
Method Detail |
public void accept(AlignmentVisitor visitor) throws AlignmentException
Relation
accept
in interface Relation
AlignmentException
public java.lang.String getRelation()
public Relation inverse()
inverse
in interface Relation
public boolean equals(Relation r)
equals
in interface Relation
public void dump(org.xml.sax.ContentHandler h)
dump
in interface Relation
public void write(java.io.PrintWriter writer)
write
in interface Relation
|
INRIA & friends | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |