public abstract class AbstractRenderer extends Object implements SimResultRenderer
SimResultRenderer.AttributesSimScores, SimResultRenderer.IndividualSimScores
Modifier and Type | Field and Description |
---|---|
OWLGraphWrapper |
graph |
protected OWLPrettyPrinter |
owlpp |
protected PrintStream |
resultOutStream |
Constructor and Description |
---|
AbstractRenderer() |
Modifier and Type | Method and Description |
---|---|
void |
dispose() |
OWLGraphWrapper |
getGraph() |
PrintStream |
getResultOutStream() |
void |
setGraph(OWLGraphWrapper graph) |
void |
setResultOutStream(PrintStream resultOutStream) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
printAttributeSim, printAttributeSim, printAttributeSimWithIndividuals, printComment, printIndividualPairSim, printPairScores, printPairScores
protected PrintStream resultOutStream
public OWLGraphWrapper graph
protected OWLPrettyPrinter owlpp
public OWLGraphWrapper getGraph()
getGraph
in interface SimResultRenderer
public void setGraph(OWLGraphWrapper graph)
setGraph
in interface SimResultRenderer
public void dispose()
dispose
in interface SimResultRenderer
public PrintStream getResultOutStream()
getResultOutStream
in interface SimResultRenderer
public void setResultOutStream(PrintStream resultOutStream)
Copyright © 2010–2015. All rights reserved.