owltools.sim.test
Class AsbtractSimEngineTest

java.lang.Object
  extended by owltools.test.OWLToolsTestBasics
      extended by owltools.sim.test.AsbtractSimEngineTest
Direct Known Subclasses:
CombinedJaccardConjunctiveSetSimilarityTest, ConjunctiveSetSimilarityTest, PhenologSimTest, SimEngineTest, SimEngineTest2, SimEngineTest3, SimEngineTest4

public abstract class AsbtractSimEngineTest
extends OWLToolsTestBasics


Constructor Summary
AsbtractSimEngineTest()
           
 
Method Summary
protected  OWLGraphWrapper getOntologyWrapper(String file)
           
protected  OWLGraphWrapper getOntologyWrapperFromURL(String url)
           
protected  void run(OWLGraphWrapper wrapper, Similarity sa, org.semanticweb.owlapi.model.OWLObject a, org.semanticweb.owlapi.model.OWLObject b)
           
 
Methods inherited from class owltools.test.OWLToolsTestBasics
getGraph, getResource, getResourceIRI, getResourceIRIString, renderOBO
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AsbtractSimEngineTest

public AsbtractSimEngineTest()
Method Detail

run

protected void run(OWLGraphWrapper wrapper,
                   Similarity sa,
                   org.semanticweb.owlapi.model.OWLObject a,
                   org.semanticweb.owlapi.model.OWLObject b)
            throws Exception
Throws:
Exception

getOntologyWrapper

protected OWLGraphWrapper getOntologyWrapper(String file)
                                      throws org.semanticweb.owlapi.model.OWLOntologyCreationException,
                                             IOException
Throws:
org.semanticweb.owlapi.model.OWLOntologyCreationException
IOException

getOntologyWrapperFromURL

protected OWLGraphWrapper getOntologyWrapperFromURL(String url)
                                             throws org.semanticweb.owlapi.model.OWLOntologyCreationException,
                                                    IOException
Throws:
org.semanticweb.owlapi.model.OWLOntologyCreationException
IOException


Copyright © 2010-2011. All Rights Reserved.