test.nz.org.take.compiler.scenario8 |
Test cases for using external fact stores.
The fact store used is a HSQL database accessed via JDBC. |
Java Source File Name | Type | Comment |
FactStore.java | Class | Example fact store. |
GenerateInterfaces.java | Class | Script to generate the interface for the test kb. |
package-info.java | | |
Person.java | Class | Bean class referenced in tests. |
TestDB.java | Class | Script to test the DB and the settings used in the example. |
Tests.java | Class | Tests for this scenario. |