public class OWLRenderer extends AbstractRenderer implements SimResultRenderer
SimResultRenderer.AttributesSimScores, SimResultRenderer.IndividualSimScores
graph, owlpp, resultOutStream
Constructor and Description |
---|
OWLRenderer(PrintStream resultOutStream) |
Modifier and Type | Method and Description |
---|---|
void |
dispose() |
void |
printAttributeSim(SimResultRenderer.AttributesSimScores simScores,
OWLGraphWrapper graph)
Deprecated.
|
void |
printAttributeSim(SimResultRenderer.AttributesSimScores simScores,
OWLGraphWrapper graph,
OWLPrettyPrinter owlpp) |
void |
printAttributeSimWithIndividuals(SimResultRenderer.AttributesSimScores simScores,
OWLPrettyPrinter owlpp,
OWLGraphWrapper g,
org.semanticweb.owlapi.model.OWLNamedIndividual i,
org.semanticweb.owlapi.model.OWLNamedIndividual j) |
void |
printComment(CharSequence comment) |
void |
printIndividualPairSim(SimResultRenderer.IndividualSimScores scores,
OWLPrettyPrinter owlpp,
OWLGraphWrapper graph) |
void |
printPairScores(AttributePairScores simScores) |
void |
printPairScores(ElementPairScores scores) |
getGraph, getResultOutStream, setGraph, setResultOutStream
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getGraph, getResultOutStream, setGraph
public OWLRenderer(PrintStream resultOutStream)
public void printComment(CharSequence comment)
printComment
in interface SimResultRenderer
@Deprecated public void printAttributeSim(SimResultRenderer.AttributesSimScores simScores, OWLGraphWrapper graph)
printAttributeSim
in interface SimResultRenderer
public void printIndividualPairSim(SimResultRenderer.IndividualSimScores scores, OWLPrettyPrinter owlpp, OWLGraphWrapper graph)
printIndividualPairSim
in interface SimResultRenderer
public void printAttributeSimWithIndividuals(SimResultRenderer.AttributesSimScores simScores, OWLPrettyPrinter owlpp, OWLGraphWrapper g, org.semanticweb.owlapi.model.OWLNamedIndividual i, org.semanticweb.owlapi.model.OWLNamedIndividual j)
printAttributeSimWithIndividuals
in interface SimResultRenderer
public void printAttributeSim(SimResultRenderer.AttributesSimScores simScores, OWLGraphWrapper graph, OWLPrettyPrinter owlpp)
printAttributeSim
in interface SimResultRenderer
public void dispose()
dispose
in interface SimResultRenderer
dispose
in class AbstractRenderer
public void printPairScores(ElementPairScores scores)
printPairScores
in interface SimResultRenderer
public void printPairScores(AttributePairScores simScores)
printPairScores
in interface SimResultRenderer
Copyright © 2010–2015. All rights reserved.