fr.inrialpes.exmo.align.impl.renderer
Class XSLTRendererVisitor
java.lang.Object
fr.inrialpes.exmo.align.impl.renderer.XSLTRendererVisitor
- All Implemented Interfaces:
- AlignmentVisitor
- public class XSLTRendererVisitor
- extends java.lang.Object
- implements AlignmentVisitor
Renders an alignment as a XSLT stylesheet transforming
.data of the first ontology into the second one.
- Version:
- $Id: XSLTRendererVisitor.java 115 2005-04-25 07:20:55Z 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
java.io.PrintWriter writer
alignment
Alignment alignment
cell
Cell cell
XSLTRendererVisitor
public XSLTRendererVisitor(java.io.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)
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
..no bottom yet...