public class DisjunctiveSetSimilarity extends Similarity
Modifier and Type | Field and Description |
---|---|
Set<org.semanticweb.owlapi.model.OWLObject> |
bestSubsumers |
minScore
Constructor and Description |
---|
DisjunctiveSetSimilarity() |
Modifier and Type | Method and Description |
---|---|
void |
calculate(SimEngine simEngine,
org.semanticweb.owlapi.model.OWLObject a,
org.semanticweb.owlapi.model.OWLObject b) |
void |
print(PrintStream s) |
String |
toString() |
protected void |
translateResultsToOWLAxioms(String id,
org.semanticweb.owlapi.model.OWLNamedIndividual result,
Set<org.semanticweb.owlapi.model.OWLAxiom> axioms) |
addResultsToOWLOntology, annotationIRI, createOWLOntologyFromResults, getScore, isAboveMinScore, print, print, printDescription, printDescription, report, setScore, setScore, splitIRI, translateResultsToOWLAxioms
public Set<org.semanticweb.owlapi.model.OWLObject> bestSubsumers
public String toString()
toString
in class Similarity
public void calculate(SimEngine simEngine, org.semanticweb.owlapi.model.OWLObject a, org.semanticweb.owlapi.model.OWLObject b)
calculate
in class Similarity
protected void translateResultsToOWLAxioms(String id, org.semanticweb.owlapi.model.OWLNamedIndividual result, Set<org.semanticweb.owlapi.model.OWLAxiom> axioms)
translateResultsToOWLAxioms
in class Similarity
public void print(PrintStream s)
print
in class Similarity
Copyright © 2010–2015. All rights reserved.