This class handles all database access of the reasoning component of the KiWi triple store. It provides methods for creating programs, rules, and justifications, deleting programs, rules and justifications, and listing programs, rules and justifications.
The KiWiReasoningPersistence makes use of a wrapped KiWiPersistence object passed as constructor argument.
Author: Sebastian Schaffert