| Package | Description |
|---|---|
| org.apache.jena.reasoner.rulesys |
Provides a selection of simple rule engines for Jena inference models.
|
| Modifier and Type | Method and Description |
|---|---|
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).
|
| Modifier and Type | Method and Description |
|---|---|
static List<Rule> |
Rule.parseRules(Rule.Parser parser)
Run a pre-bound rule parser to extract it's rules
|
| Constructor and Description |
|---|
ParserException(String message,
Rule.Parser parser)
constructor
|
Licenced under the Apache License, Version 2.0