INRIA & UMontrŽal

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

java.lang.Object
  extended byfr.inrialpes.exmo.align.impl.renderer.SWRLRendererVisitor
All Implemented Interfaces:
AlignmentVisitor

public class SWRLRendererVisitor
extends java.lang.Object
implements AlignmentVisitor

Renders an alignment as a SWRL rule set interpreting .data of the first ontology into the second one.

Version:
$Id: SWRLRendererVisitor.java,v 1.5 2005/04/25 07:20:55 euzenat Exp $
Author:
Jérôme Euzenat

Field Summary
(package private)  Alignment alignment
           
(package private)  Cell cell
           
(package private)  java.io.PrintWriter writer
           
 
Constructor Summary
SWRLRendererVisitor(java.io.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

java.io.PrintWriter writer

alignment

Alignment alignment

cell

Cell cell
Constructor Detail

SWRLRendererVisitor

public SWRLRendererVisitor(java.io.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)

visit

public void visit(SubsumedRelation rel)

visit

public void visit(IncompatRelation rel)

visit

public void visit(Relation rel)
           throws AlignmentException
Specified by:
visit in interface AlignmentVisitor
Throws:
AlignmentException

INRIA & UMontrŽal

..no bottom yet...