owltools.test
Class RestrictToELTest
java.lang.Object
owltools.test.OWLToolsTestBasics
owltools.test.RestrictToELTest
public class RestrictToELTest
- extends OWLToolsTestBasics
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RestrictToELTest
public RestrictToELTest()
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.