|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Rule.Parser | |
|---|---|
| com.hp.hpl.jena.reasoner.rulesys | Provides a selection of simple rule engines for Jena inference models. |
| Uses of Rule.Parser in com.hp.hpl.jena.reasoner.rulesys |
|---|
| Methods in com.hp.hpl.jena.reasoner.rulesys that return Rule.Parser | |
|---|---|
static Rule.Parser |
Util.loadRuleParserFromResourceFile(String filename)
Open a resource file and read it all into a single string. |
static Rule.Parser |
Rule.rulesParserFromReader(BufferedReader src)
Processes the source reader stripping off comment lines and noting prefix definitions (@prefix) and rule inclusion commands (@include). |
| Methods in com.hp.hpl.jena.reasoner.rulesys with parameters of type Rule.Parser | |
|---|---|
static List<Rule> |
Rule.parseRules(Rule.Parser parser)
Run a pre-bound rule parser to extract it's rules |
| Constructors in com.hp.hpl.jena.reasoner.rulesys with parameters of type Rule.Parser | |
|---|---|
Rule.ParserException(String message,
Rule.Parser parser)
constructor |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||