Uses of Class
org.apache.jena.reasoner.rulesys.Rule.Parser
Packages that use Rule.Parser
Package
Description
Provides a selection of simple rule engines for Jena inference models.
-
Uses of Rule.Parser in org.apache.jena.reasoner.rulesys
Methods in org.apache.jena.reasoner.rulesys that return Rule.ParserModifier and TypeMethodDescriptionstatic Rule.ParserUtil.loadRuleParserFromResourceFile(String filename) Open a resource file and read it all into a single string.static Rule.ParserRule.rulesParserFromReader(BufferedReader src) Processes the source reader stripping off comment lines and noting prefix definitions (@prefix) and rule inclusion commands (@include).static Rule.ParserRule.rulesParserFromReader(BufferedReader src, BuiltinRegistry registry) Processes the source reader stripping off comment lines and noting prefix definitions (@prefix) and rule inclusion commands (@include).Methods in org.apache.jena.reasoner.rulesys with parameters of type Rule.ParserModifier and TypeMethodDescriptionRule.parseRules(Rule.Parser parser) Run a pre-bound rule parser to extract it's rulesConstructors in org.apache.jena.reasoner.rulesys with parameters of type Rule.Parser