Alignment API and Server 3.2

fr.inrialpes.exmo.align.impl.renderer
Class SKOSRendererVisitor

java.lang.Object
  extended by 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:
$$
Author:
Jérôme Euzenat

Field Summary
(package private)  Alignment alignment
           
(package private)  Cell cell
           
(package private)  PrintWriter writer
           
 
Constructor Summary
SKOSRendererVisitor(PrintWriter writer)
           
 
Method Summary
 void visit(Alignment align)
           
 void visit(Cell cell)
           
 void visit(EquivRelation rel)
           
 void visit(IncompatRelation rel)
           
 void visit(Relation rel)
           
 void visit(SubsumedRelation rel)
           
 void visit(SubsumeRelation rel)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

writer

PrintWriter writer

alignment

Alignment alignment

cell

Cell cell
Constructor Detail

SKOSRendererVisitor

public SKOSRendererVisitor(PrintWriter writer)
Method Detail

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

Alignment API and Server 3.2

(C) INRIA & friends, 2003-2008