Uses of Interface
org.apache.jena.reasoner.rulesys.ClauseEntry
Packages that use ClauseEntry
Package
Description
The Jena2 reasoner subsystem is designed to allow a range of inference
engines to be plugged into Jena.
Provides a selection of simple rule engines for Jena inference models.
Internal implementation objects used by the rule system interpreters
and compilers.
-
Uses of ClauseEntry in org.apache.jena.reasoner
Classes in org.apache.jena.reasoner that implement ClauseEntryModifier and TypeClassDescriptionclassDatastructure which defines a triple pattern as used in simple rules and in find interfaces. -
Uses of ClauseEntry in org.apache.jena.reasoner.rulesys
Classes in org.apache.jena.reasoner.rulesys that implement ClauseEntryModifier and TypeClassDescriptionclassA functor comprises a functor name and a list of arguments.classRepresentation of a generic inference rule.Methods in org.apache.jena.reasoner.rulesys that return ClauseEntryModifier and TypeMethodDescriptionRule.getBody()return the entire rule body as an array of objectsRule.getBodyElement(int n) Return the n'th body elementRule.getHead()return the entire rule head as an array of objectsRule.getHeadElement(int n) Return the n'th head elementMethods in org.apache.jena.reasoner.rulesys with parameters of type ClauseEntryModifier and TypeMethodDescriptionbooleanBackwardRuleInfGraphI.processBuiltin(ClauseEntry clause, Rule rule, BindingEnvironment env) Process a call to a builtin predicatebooleanFBRuleInfGraph.processBuiltin(ClauseEntry clause, Rule rule, BindingEnvironment env) Process a call to a builtin predicatebooleanLPBackwardRuleInfGraph.processBuiltin(ClauseEntry clause, Rule rule, BindingEnvironment env) Process a call to a builtin predicateConstructors in org.apache.jena.reasoner.rulesys with parameters of type ClauseEntryModifierConstructorDescriptionRule(String name, ClauseEntry[] head, ClauseEntry[] body) ConstructorConstructor parameters in org.apache.jena.reasoner.rulesys with type arguments of type ClauseEntryModifierConstructorDescriptionRule(String name, List<ClauseEntry> head, List<ClauseEntry> body) ConstructorRule(List<ClauseEntry> head, List<ClauseEntry> body) Constructor -
Uses of ClauseEntry in org.apache.jena.reasoner.rulesys.impl
Classes in org.apache.jena.reasoner.rulesys.impl that implement ClauseEntryModifier and TypeClassDescriptionclassVariant of the normal TriplePattern object which can be updated in place to avoid store turn over.