org.semanticweb.owl.align
Interface Relation
- All Known Implementing Classes:
- BasicRelation
- public interface 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: Relation.java,v 1.1.1.1 2004/01/22 14:31:08 euzenat Exp $
- Author:
- Jérôme Euzenat
Method Summary |
void |
dump(org.xml.sax.ContentHandler h)
Housekeeping |
void |
write(java.io.PrintStream writer)
|
dump
public void dump(org.xml.sax.ContentHandler h)
- Housekeeping
write
public void write(java.io.PrintStream writer)
throws java.io.IOException
java.io.IOException
..no bottom yet...