fr.inrialpes.exmo.align.impl
Class BasicRelation
java.lang.Object
|
+--fr.inrialpes.exmo.align.impl.BasicRelation
- All Implemented Interfaces:
- Relation
- public class BasicRelation
- extends java.lang.Object
- implements Relation
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.
- Version:
- $Id: BasicRelation.java,v 1.1.1.1 2004/01/22 14:31:06 euzenat Exp $
- Author:
- Jérôme Euzenat
Field Summary |
private java.lang.String |
relation
It is intended that the value of the relation is =, < or >. |
Method Summary |
void |
dump(org.xml.sax.ContentHandler h)
Housekeeping |
void |
write(java.io.PrintStream writer)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
relation
private java.lang.String relation
- It is intended that the value of the relation is =, < or >.
But this can be any string in other applications.
BasicRelation
public BasicRelation(java.lang.String rel)
- Creation
dump
public void dump(org.xml.sax.ContentHandler h)
- Housekeeping
- Specified by:
dump
in interface Relation
write
public void write(java.io.PrintStream writer)
throws java.io.IOException
- Specified by:
write
in interface Relation
java.io.IOException
..no bottom yet...