public class TestRDFSRules extends TestCase (Code)
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.24 $ on $Date: 2008/01/02 12:08:20 $
main(String[] args) Simple timing test used to just a broad feel for how performance of the
pure FPS rules compares with the hand-crafted version.
The test ontology and data is very small.
Simple timing test used to just a broad feel for how performance of the
pure FPS rules compares with the hand-crafted version.
The test ontology and data is very small. The test query is designed to
require an interesting fraction of the inferences to be made but not all of them.
The bigger the query the more advantage the FPS (which eagerly computes everything)
would have over the normal approach.