| com.hp.hpl.jena.reasoner.rulesys.test.TestLPDerivation
TestLPDerivation | public class TestLPDerivation extends TestCase (Code) | | Test the derivation tracing of the LP system.
author: Dave Reynolds version: $Revision: 1.4 $ |
TestLPDerivation | public TestLPDerivation(String name)(Code) | | Boilerplate for junit
|
makeInfGraph | public static InfGraph makeInfGraph(List rules, Graph data, Node[] tabled)(Code) | | Return an inference graph working over the given rule set and raw data.
Can be overridden by subclasses of this test class.
Parameters: rules - the rule set to use Parameters: data - the graph of triples to process Parameters: tabled - an array of predicates that should be tabled |
suite | public static TestSuite suite()(Code) | | Boilerplate for junit.
This is its own test suite
|
testBasic | public void testBasic()(Code) | | Test simple rule derivation.
|
testBasic2 | public void testBasic2()(Code) | | Test simple rule derivation from pair
|
testChain | public void testChain()(Code) | | Test Chain derivation.
|
testComposite | public void testComposite()(Code) | | Test composite derivation.
|
testTabled | public void testTabled()(Code) | | Test tabled chaining
|
|
|