owltools.sim
Class AvgInformationContentBestMatchesSimilarity

java.lang.Object
  extended by owltools.sim.Similarity
      extended by owltools.sim.AvgInformationContentBestMatchesSimilarity

Deprecated.

@Deprecated
public class AvgInformationContentBestMatchesSimilarity
extends Similarity


Field Summary
 
Fields inherited from class owltools.sim.Similarity
minScore
 
Constructor Summary
AvgInformationContentBestMatchesSimilarity()
          Deprecated.  
 
Method Summary
 void calculate(SimEngine simEngine, org.semanticweb.owlapi.model.OWLObject a, org.semanticweb.owlapi.model.OWLObject b)
          Deprecated.  
 void print(PrintStream s)
          Deprecated.  
protected  void translateResultsToOWLAxioms(String id, org.semanticweb.owlapi.model.OWLNamedIndividual result, Set<org.semanticweb.owlapi.model.OWLAxiom> axioms)
          Deprecated.  
 
Methods inherited from class owltools.sim.Similarity
addResultsToOWLOntology, annotationIRI, createOWLOntologyFromResults, getScore, isAboveMinScore, print, print, printDescription, printDescription, report, setScore, setScore, splitIRI, toString, translateResultsToOWLAxioms
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AvgInformationContentBestMatchesSimilarity

public AvgInformationContentBestMatchesSimilarity()
Deprecated. 
Method Detail

calculate

public void calculate(SimEngine simEngine,
                      org.semanticweb.owlapi.model.OWLObject a,
                      org.semanticweb.owlapi.model.OWLObject b)
               throws SimEngine.SimilarityAlgorithmException
Deprecated. 
Specified by:
calculate in class Similarity
Throws:
SimEngine.SimilarityAlgorithmException

print

public void print(PrintStream s)
Deprecated. 
Overrides:
print in class Similarity

translateResultsToOWLAxioms

protected void translateResultsToOWLAxioms(String id,
                                           org.semanticweb.owlapi.model.OWLNamedIndividual result,
                                           Set<org.semanticweb.owlapi.model.OWLAxiom> axioms)
Deprecated. 
Specified by:
translateResultsToOWLAxioms in class Similarity


Copyright © 2010-2011. All Rights Reserved.