Package org.pelds.rules

Class Summary
Rule Class for holding rule instances, rules consist of a name and two lists of atoms (predicates), the antecedent list and the consequent list.
RuleAtom Class for holding rule atom, atoms are predicates.
RuleParser Transforms rules from text representation into the internal object structure and into RDF/SWRL
RuleQuery RuleQuery takes a SPARQL query, a ruleset, and some data and returns only triples permitted by the given rules.
SWRLFactory Title:
UpdateGraphListener UpdateGraphListener watches a graph, all added and deleted triples get added to a list for inspection.
 

Exception Summary
RuleException Special Exception class for rule handling errors