Uses of Package
org.pelds.rules

Packages that use org.pelds.rules
org.pelds.rules   
 

Classes in org.pelds.rules used by org.pelds.rules
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.
RuleQuery
          RuleQuery takes a SPARQL query, a ruleset, and some data and returns only triples permitted by the given rules.