owltools.test
Class RestrictToELTest

java.lang.Object
  extended by owltools.test.OWLToolsTestBasics
      extended by owltools.test.RestrictToELTest

public class RestrictToELTest
extends OWLToolsTestBasics


Constructor Summary
RestrictToELTest()
           
 
Method Summary
 void testEnforceEL()
          Simple test for InferenceBuilder.enforceEL(OWLGraphWrapper).
 void testRetainDeprecated()
          Test whether the ontology still has deprecation annotations after the conversion.
 void testRetainOntologyId()
          Test whether the ontology has the same ontology id after the conversion.
 
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

RestrictToELTest

public RestrictToELTest()
Method Detail

testEnforceEL

public void testEnforceEL()
                   throws Exception
Simple test for InferenceBuilder.enforceEL(OWLGraphWrapper).

Throws:
Exception

testRetainOntologyId

public void testRetainOntologyId()
                          throws Exception
Test whether the ontology has the same ontology id after the conversion.

Throws:
Exception

testRetainDeprecated

public void testRetainDeprecated()
                          throws Exception
Test whether the ontology still has deprecation annotations after the conversion. PROBLEM: Depreciations are removed, due to the fact that the boolean data type is not considered EL. Data ranges are not supported in EL and boolean in OWL is defined as range.

Throws:
Exception


Copyright © 2010-2011. All Rights Reserved.