public class FormattedRenderer extends AbstractRenderer implements SimResultRenderer
SimResultRenderer.AttributesSimScores, SimResultRenderer.IndividualSimScores
graph, owlpp, resultOutStream
Constructor and Description |
---|
FormattedRenderer(OWLGraphWrapper g) |
FormattedRenderer(OWLGraphWrapper g,
PrintStream resultOutStream) |
FormattedRenderer(OWLPrettyPrinter owlpp) |
FormattedRenderer(PrintStream resultOutStream,
OWLPrettyPrinter owlpp) |
Modifier and Type | Method and Description |
---|---|
void |
printAttributeSim(SimResultRenderer.AttributesSimScores simScores,
OWLGraphWrapper graph) |
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 scores) |
void |
printPairScores(ElementPairScores ijscores) |
protected CharSequence |
render(org.semanticweb.owlapi.model.OWLClass c) |
protected CharSequence |
render(org.semanticweb.owlapi.model.OWLNamedIndividual c) |
protected CharSequence |
render(Set<org.semanticweb.owlapi.model.OWLClass> cset) |
dispose, getGraph, getResultOutStream, setGraph, setResultOutStream
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
dispose, getGraph, getResultOutStream, setGraph
public FormattedRenderer(PrintStream resultOutStream, OWLPrettyPrinter owlpp)
public FormattedRenderer(OWLPrettyPrinter owlpp)
public FormattedRenderer(OWLGraphWrapper g)
public FormattedRenderer(OWLGraphWrapper g, PrintStream resultOutStream)
public void printAttributeSim(SimResultRenderer.AttributesSimScores simScores, OWLGraphWrapper graph, OWLPrettyPrinter owlpp)
printAttributeSim
in interface SimResultRenderer
public void printPairScores(ElementPairScores ijscores)
printPairScores
in interface SimResultRenderer
public void printPairScores(AttributePairScores scores)
printPairScores
in interface SimResultRenderer
protected CharSequence render(Set<org.semanticweb.owlapi.model.OWLClass> cset)
protected CharSequence render(org.semanticweb.owlapi.model.OWLClass c)
protected CharSequence render(org.semanticweb.owlapi.model.OWLNamedIndividual c)
public void printComment(CharSequence comment)
printComment
in interface SimResultRenderer
public void printAttributeSim(SimResultRenderer.AttributesSimScores simScores, OWLGraphWrapper graph)
printAttributeSim
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 printIndividualPairSim(SimResultRenderer.IndividualSimScores scores, OWLPrettyPrinter owlpp, OWLGraphWrapper graph)
printIndividualPairSim
in interface SimResultRenderer
Copyright © 2010–2015. All rights reserved.