Alignment API and Server 4.6 (1875M)

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

java.lang.Object
  extended by fr.inrialpes.exmo.align.impl.renderer.GenericReflectiveVisitor
      extended by fr.inrialpes.exmo.align.impl.renderer.IndentedRendererVisitor
          extended by fr.inrialpes.exmo.align.impl.renderer.GraphPatternRendererVisitor
              extended by fr.inrialpes.exmo.align.impl.renderer.SILKRendererVisitor
All Implemented Interfaces:
EDOALVisitor, AlignmentVisitor

public class SILKRendererVisitor
extends GraphPatternRendererVisitor
implements AlignmentVisitor


Field Summary
(package private)  Alignment alignment
           
(package private)  Cell cell
           
private  boolean embedded
           
private  String limit
           
(package private)  Hashtable<String,String> nslist
           
private  Random rand
           
private  String threshold
           
 
Fields inherited from class fr.inrialpes.exmo.align.impl.renderer.GraphPatternRendererVisitor
blanks, corese, ignoreerrors, listBGP, logger, prefixList, weakens
 
Fields inherited from class fr.inrialpes.exmo.align.impl.renderer.IndentedRendererVisitor
INDENT, linePrefix, NL, writer
 
Constructor Summary
SILKRendererVisitor(PrintWriter writer)
           
 
Method Summary
 void init(Properties p)
           
private  void printBasicOntology(URI u, URI f, String function)
           
 void printOntology(Ontology onto, String function)
           
 void visit(Alignment align)
           
 void visit(Cell cell)
           
 void visit(Relation rel)
           
 
Methods inherited from class fr.inrialpes.exmo.align.impl.renderer.GraphPatternRendererVisitor
createQueryFile, getBGP, getGP, getNamespace, getPrefixDomain, getPrefixName, resetVariables, resetVariablesName, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit
 
Methods inherited from class fr.inrialpes.exmo.align.impl.renderer.IndentedRendererVisitor
decreaseIndent, increaseIndent, indentedOutput, indentedOutput, indentedOutputln, indentedOutputln, setIndentString, setNewLineString
 
Methods inherited from class fr.inrialpes.exmo.align.impl.renderer.GenericReflectiveVisitor
getMethod, subsumedInvocableMethod
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

alignment

Alignment alignment

cell

Cell cell

nslist

Hashtable<String,String> nslist

embedded

private boolean embedded

threshold

private String threshold

limit

private String limit

rand

private Random rand
Constructor Detail

SILKRendererVisitor

public SILKRendererVisitor(PrintWriter writer)
Method Detail

init

public void init(Properties p)
Specified by:
init in interface AlignmentVisitor

visit

public void visit(Alignment align)
           throws AlignmentException
Specified by:
visit in interface AlignmentVisitor
Throws:
AlignmentException

printBasicOntology

private void printBasicOntology(URI u,
                                URI f,
                                String function)

printOntology

public void printOntology(Ontology onto,
                          String function)

visit

public void visit(Cell cell)
           throws AlignmentException
Specified by:
visit in interface AlignmentVisitor
Throws:
AlignmentException

visit

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

Alignment API and Server 4.6 (1875M)

(C) INRIA & friends, 2003-2014