fr.inrialpes.exmo.align.impl.renderer
Class SKOSRendererVisitor
java.lang.Object
fr.inrialpes.exmo.align.impl.renderer.SKOSRendererVisitor
- All Implemented Interfaces:
- AlignmentVisitor
public class SKOSRendererVisitor
- extends Object
- implements AlignmentVisitor
Renders an alignment as a new ontology merging these.
- Version:
- $Id: SKOSRendererVisitor.java 839 2008-09-19 14:33:31Z 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
embedded
boolean embedded
pre2008
boolean pre2008
SKOSRendererVisitor
public SKOSRendererVisitor(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
getURI2
public URI getURI2()
throws AlignmentException
- 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