Uses of Class
org.apache.jena.reasoner.rulesys.Rule.ParserException
Packages that use Rule.ParserException
Package
Description
Provides a selection of simple rule engines for Jena inference models.
-
Uses of Rule.ParserException in org.apache.jena.reasoner.rulesys
Methods in org.apache.jena.reasoner.rulesys that throw Rule.ParserExceptionModifier and TypeMethodDescriptionstatic RuleParse a string as a rule, using the default BuiltinRegistry to resolve functor namesstatic RuleRule.parseRule(String source, BuiltinRegistry registry) Parse a string as a rule using a specified BuiltinRegistry to resolve functor namesRule.parseRules(String source) Parse a string as a list a rules.Rule.parseRules(String source, BuiltinRegistry registry) Parse a string as a list a rules.Rule.parseRules(Rule.Parser parser) Run a pre-bound rule parser to extract it's rules