Uses of Class
org.apache.jena.reasoner.rulesys.impl.LPRuleStore
Packages that use LPRuleStore
Package
Description
Provides a selection of simple rule engines for Jena inference models.
Internal implementation objects used by the rule system interpreters
and compilers.
-
Uses of LPRuleStore in org.apache.jena.reasoner.rulesys
Constructors in org.apache.jena.reasoner.rulesys with parameters of type LPRuleStoreModifierConstructorDescriptionLPBackwardRuleInfGraph(Reasoner reasoner, LPRuleStore ruleStore, Graph data, Graph schema) Constructor. -
Uses of LPRuleStore in org.apache.jena.reasoner.rulesys.impl
Methods in org.apache.jena.reasoner.rulesys.impl that return LPRuleStoreModifier and TypeMethodDescriptionLPBRuleEngine.getRuleStore()Return the rule store associated with the inference graphMethods in org.apache.jena.reasoner.rulesys.impl with parameters of type LPRuleStoreModifier and TypeMethodDescriptionvoidLPRuleStore.addAll(LPRuleStore store) Add all the rules and tabling instructions from an existing rulestore into this one.voidRuleClauseCode.compile(LPRuleStore ruleStore) Compile the rule into byte code.Constructors in org.apache.jena.reasoner.rulesys.impl with parameters of type LPRuleStoreModifierConstructorDescriptionLPBRuleEngine(BackwardRuleInfGraphI infGraph, LPRuleStore rules) Constructor.