A B C D F G H I L M N O P Q R S T U V

R

RequestParameters - Interface in org.pelds.servlet
Interface for classes parsing HTTP request parameters
Rule - Class in org.pelds.rules
Class for holding rule instances, rules consist of a name and two lists of atoms (predicates), the antecedent list and the consequent list.
Rule() - Constructor for class org.pelds.rules.Rule
 
rule(RDFList, RDFList) - Method in class org.pelds.rules.SWRLFactory
 
rule(String, RDFList, RDFList) - Method in class org.pelds.rules.SWRLFactory
 
RuleAtom - Class in org.pelds.rules
Class for holding rule atom, atoms are predicates.
RuleAtom() - Constructor for class org.pelds.rules.RuleAtom
 
RuleException - Exception in org.pelds.rules
Special Exception class for rule handling errors
RuleException() - Constructor for exception org.pelds.rules.RuleException
 
RuleException(String) - Constructor for exception org.pelds.rules.RuleException
 
RuleException(Throwable) - Constructor for exception org.pelds.rules.RuleException
 
RuleException(String, Throwable) - Constructor for exception org.pelds.rules.RuleException
 
RuleParser - Class in org.pelds.rules
Transforms rules from text representation into the internal object structure and into RDF/SWRL
RuleParser(String, boolean) - Constructor for class org.pelds.rules.RuleParser
Constructor, takes rules in their text representation
RuleQuery - Class in org.pelds.rules
RuleQuery takes a SPARQL query, a ruleset, and some data and returns only triples permitted by the given rules.
RuleQuery(String, Model, Collection<String>, Collection<String>, PrefixMapping) - Constructor for class org.pelds.rules.RuleQuery
Constructor
RuleRequestParameters - Class in org.pelds.servlet
Prepares the request parameters for the rule access servlet
RuleRequestParameters() - Constructor for class org.pelds.servlet.RuleRequestParameters
 
RuleRequestServlet - Class in org.pelds.servlet
Updates the access policy for a given RDF dataset.
RuleRequestServlet() - Constructor for class org.pelds.servlet.RuleRequestServlet
 
RuleStore - Class in org.pelds.store
API for access policy (rule) storage
RuleStore(String) - Constructor for class org.pelds.store.RuleStore
Constructor, create a rule storage instance for the given graph

A B C D F G H I L M N O P Q R S T U V