fr.inrialpes.exmo.align.impl.renderer
Class COWLMappingRendererVisitor
java.lang.Object
fr.inrialpes.exmo.align.impl.renderer.COWLMappingRendererVisitor
- All Implemented Interfaces:
- AlignmentVisitor
public class COWLMappingRendererVisitor
- extends Object
- implements AlignmentVisitor
Renders an alignment as a new ontology merging these.
- Version:
- $Id: COWLMappingRendererVisitor.java 643 2008-02-23 11:16:09Z euzenat $
- Author:
- Jérôme Euzenat
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
writer
PrintWriter writer
alignment
Alignment alignment
cell
Cell cell
COWLMappingRendererVisitor
public COWLMappingRendererVisitor(PrintWriter writer)
visit
public void visit(Alignment align)
throws AlignmentException
- Specified by:
visit
in interface AlignmentVisitor
- Throws:
AlignmentException
visit
public void visit(Cell cell)
throws AlignmentException
- Specified by:
visit
in interface AlignmentVisitor
- Throws:
AlignmentException
visit
public void visit(EquivRelation rel)
throws AlignmentException
- Throws:
AlignmentException
visit
public void visit(SubsumeRelation rel)
throws AlignmentException
- Throws:
AlignmentException
visit
public void visit(SubsumedRelation rel)
throws AlignmentException
- Throws:
AlignmentException
visit
public void visit(IncompatRelation rel)
throws AlignmentException
- Throws:
AlignmentException
visit
public void visit(Relation rel)
throws AlignmentException
- Specified by:
visit
in interface AlignmentVisitor
- Throws:
AlignmentException
printObject
public void printObject(URI uri,
org.semanticweb.owl.model.OWLOntology onto)
throws org.semanticweb.owl.model.OWLException
- Throws:
org.semanticweb.owl.model.OWLException
(C) INRIA & friends, 2003-2008