fr.inrialpes.exmo.align.impl.renderer
Class OWLAxiomsRendererVisitor
java.lang.Object
fr.inrialpes.exmo.align.impl.renderer.OWLAxiomsRendererVisitor
- All Implemented Interfaces:
- AlignmentVisitor
public class OWLAxiomsRendererVisitor
- extends Object
- implements AlignmentVisitor
Renders an alignment as a new ontology merging these.
- Version:
- $Id: OWLAxiomsRendererVisitor.java 779 2008-08-26 17:05:38Z 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
onto1
LoadedOntology onto1
onto2
LoadedOntology onto2
cell
Cell cell
OWLAxiomsRendererVisitor
public OWLAxiomsRendererVisitor(PrintWriter writer)
init
public void init(Parameters p)
- Specified by:
init
in interface AlignmentVisitor
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
(C) INRIA & friends, 2003-2008