public interface SimResultRenderer
Modifier and Type | Interface and Description |
---|---|
static class |
SimResultRenderer.AttributesSimScores |
static class |
SimResultRenderer.IndividualSimScores |
Modifier and Type | Method and Description |
---|---|
void |
dispose() |
OWLGraphWrapper |
getGraph() |
PrintStream |
getResultOutStream() |
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 scores) |
void |
setGraph(OWLGraphWrapper graph) |
void printComment(CharSequence comment)
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 printIndividualPairSim(SimResultRenderer.IndividualSimScores scores, OWLPrettyPrinter owlpp, OWLGraphWrapper graph)
OWLGraphWrapper getGraph()
void setGraph(OWLGraphWrapper graph)
PrintStream getResultOutStream()
void printPairScores(ElementPairScores scores)
void printPairScores(AttributePairScores scores)
void dispose()
Copyright © 2010–2016. All rights reserved.