| Home >> All >> com >> hp >> hpl >> jena >> reasoner >> rulesys >> [ test Javadoc ] |
com.hp.hpl.jena.reasoner.rulesys.test: Javadoc index of package com.hp.hpl.jena.reasoner.rulesys.test.
Package Samples:
com.hp.hpl.jena.reasoner.rulesys.test: Provides a selection of simple rule engines for Jena inference models.
Classes:
OWLWGTester: A test harness for running the OWL working group tests. This differs from the RDF one in several ways (separate manifest files, different namespaces, document references lack suffix ...). This version is used for running the core entailment tests as part of unit testing. A separate test harness for use in reporting OWL conformance is being developed and some code rationalization might be once once that stabilizes.
TestRDFSRules: Test suite to test the production rule version of the RDFS implementation. The tests themselves have been replaced by an updated version of the top level TestRDFSReasoners but this file is maintained for now since the top level timing test can sometimes be useful. * @author Dave Reynolds * @version $Revision: 1.21 $ on $Date: 2005/04/11 11:27:04 $
TestBackchainer: Test harness for the backward chainer. Parameterizable in subclasses by overriding createReasoner. The original version was developed for the original backchaining interpeter. That has now been obsoleted at this is now used to double check the LP engine, though the bulk of such tests are really done by TestBasicLP.
DebugRules: Using during debuging of the rule systems. Runs a named set of rules (can contain axioms and rules) and lists all the resulting entailments. * @author Dave Reynolds * @version $Revision: 1.6 $ on $Date: 2005/04/08 16:36:04 $
DebugOWL: Test harnness for investigating OWL reasoner correctness and performance on specific local test files. Unit testing is done using OWLWGTester or simplar, this code is a debugging tools rather than a tester.
WebOntTestHarness: Test harness for running the WebOnt working group tests relevant to the OWL rule reasoner. See also TestOWLRules which runs the core WG tests as part of the routine unit tests.
TestGenericRules: Test the packaging of all the reasoners into the GenericRuleReasoner. The other tests check out this engine. These tests just need to touch enough to validate the packaging.
TestBasicLP: Early test cases for the LP version of the backward chaining system. To be moved to a test directory once the code is working.
TestCapabilities: Test harness for checking that graphs generated by the main reasoners report the correct capabilities to things like the RDF writer.
TestTrialOWLRules: Test suite to test experimental versions of the OWL reasoner, not included in the master regression test suite.
TestRDFS9: Test harness used in debugging some issues with execution of modified versions of rule rdfs9.
TestSetRules: TestSetRules - tests to bring setRules into existence on RuleReasonerFactory.
TestPackage: Aggregate tester that runs all the test associated with the rulesys package.
OWLUnitTest: Version of the OWL unit tests used during development of the mini ruleset.
TestLPRDFS: Test an FB hyrid using the emerging LP engine on the basic RDFS tests.
TestOWLRules: Test suite to test the production rule version of the OWL reasoner
TestBasics: Unit tests for simple infrastructure pieces of the rule systems.
TestFBRules: Test suite for the hybrid forward/backward rule system.
TestBugs: Unit tests for reported bugs in the rule system.
OWLConsistencyTest: Utility for checking OWL validation results.
TestOWLConsistency: Test the preliminary OWL validation rules.
TestRETE
| Home | Contact Us | Privacy Policy | Terms of Service |