| |
|
| com.hp.hpl.jena.reasoner.rulesys.test.TestOWLRules
TestOWLRules | public class TestOWLRules extends TestCase (Code) | | Test suite to test the production rule version of the OWL reasoner
author: Dave Reynolds version: $Revision: 1.33 $ on $Date: 2008/01/02 12:08:19 $ |
Method Summary | |
public static void | main(String[] args) | protected void | runTest() | public static TestSuite | suite() Boilerplate for junit. |
enableTracing | protected static boolean enableTracing(Code) | | Flag to control whether tracing and logging enabled
|
manifest | protected String manifest(Code) | | The name of the manifest file to test
|
printStats | protected static boolean printStats(Code) | | Flag to control whether to print performance stats as we go
|
testExpt | protected static boolean testExpt(Code) | | Set to true to test the experimental hybrid instead of the released one
|
testForward | protected static boolean testForward(Code) | | Set to true to test the pure forward instead of a hybrid reasoner
|
TestOWLRules | public TestOWLRules(String manifest)(Code) | | Boilerplate for junit
|
main | public static void main(String[] args)(Code) | | Debug purposes only
|
suite | public static TestSuite suite()(Code) | | Boilerplate for junit.
This is its own test suite
|
|
|
|