Modifier and Type | Method and Description |
---|---|
ParseException |
KWRLProgramParser.generateParseException()
Generate ParseException.
|
Modifier and Type | Method and Description |
---|---|
List<Pattern> |
KWRLProgramParser.Body() |
Field |
KWRLProgramParser.BodyObject() |
Pattern |
KWRLProgramParser.BodyTriplePattern() |
protected ResourceField |
KWRLProgramParserBase.getResourceByNS(String nsUri) |
Field |
KWRLProgramParser.HeadObject() |
Field |
KWRLProgramParser.HeadSubject() |
Pattern |
KWRLProgramParser.HeadTriplePattern() |
LiteralField |
KWRLProgramParser.Literal() |
Program |
KWRLProgramParserBase.parseProgram() |
static Program |
KWRLProgramParserBase.parseProgram(String content,
org.openrdf.model.ValueFactory vf)
Short hand for parsing a program from a string using a given value factory.
|
Rule |
KWRLProgramParserBase.parseRule() |
Rule |
KWRLProgramParserBase.parseRule(Map<String,String> namespaces) |
static Rule |
KWRLProgramParserBase.parseRule(String content,
Map<String,String> namespaces,
org.openrdf.model.ValueFactory vf)
Short hand for parsing a rule from a string using a given dictionary of namespaces and a value factory.
|
static Rule |
KWRLProgramParserBase.parseRule(String content,
org.openrdf.model.ValueFactory vf)
Short hand for parsing a rule from a string using a given dictionary of namespaces and a value factory.
|
abstract Program |
KWRLProgramParserBase.Program()
Parse the input as KWRL program.
|
Program |
KWRLProgramParser.Program() |
Field |
KWRLProgramParser.Property() |
abstract Rule |
KWRLProgramParserBase.Rule()
Parse the input as KWRL rule.
|
Rule |
KWRLProgramParser.Rule() |
Field |
KWRLProgramParser.Subject() |
ResourceField |
KWRLProgramParser.Uri() |
VariableField |
KWRLProgramParser.Variable() |
Modifier and Type | Method and Description |
---|---|
protected Program |
KiWiReasoningConnection.constructProgramFromDatabase(ResultSet row) |
protected Rule |
KiWiReasoningConnection.constructRuleFromDatabase(ResultSet row,
Map<String,String> namespaces) |
info.aduna.iteration.CloseableIteration<Rule,SQLException> |
KiWiReasoningConnection.loadRulesByProgram(long programId,
Map<String,String> namespaces)
Load the rule with the given database ID from the database.
|
Modifier and Type | Method and Description |
---|---|
void |
KiWiReasoningSail.addProgram(String name,
InputStream data)
Add a program to the reasoner using the given name.
|
void |
KiWiReasoningSail.updateProgram(String name,
InputStream data)
Update the program with the name given as argument using the data provided in the stream.
|
Modifier and Type | Method and Description |
---|---|
void |
ReasoningSailProvider.addProgram(String name,
InputStream data)
Add a program to the reasoner using the given name.
|
void |
ReasoningSailProvider.updateProgram(String name,
InputStream data)
Update the program with the name given as argument using the data provided in the stream.
|
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.