Modifier and Type | Method and Description |
---|---|
void |
ReasoningEngine.programChanged(Program program) |
Modifier and Type | Method and Description |
---|---|
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.
|
abstract Program |
KWRLProgramParserBase.Program()
Parse the input as KWRL program.
|
Program |
KWRLProgramParser.Program() |
Modifier and Type | Method and Description |
---|---|
protected Program |
KiWiReasoningConnection.constructProgramFromDatabase(ResultSet row) |
Program |
KiWiReasoningConnection.loadProgram(Long id)
Load and return the program with the ID given as argument.
|
Program |
KiWiReasoningConnection.loadProgram(String name)
Load and return the program with the name given as argument.
|
Modifier and Type | Method and Description |
---|---|
info.aduna.iteration.CloseableIteration<Program,SQLException> |
KiWiReasoningConnection.listPrograms()
List all currently existing programs in the database.
|
Modifier and Type | Method and Description |
---|---|
void |
KiWiReasoningConnection.deleteProgram(Program program)
Delete the (persistent) program given as argument from the database, including all rules, justifications and
namespaces refenced by the program or its rules.
|
void |
KiWiReasoningConnection.storeProgram(Program program)
Store the program given as argument in the database.
|
void |
KiWiReasoningConnection.updateProgram(Program program)
Store the program given as argument in the database.
|
Modifier and Type | Method and Description |
---|---|
Program |
KiWiReasoningSail.getProgram(String name)
Return the program with the given name.
|
Modifier and Type | Method and Description |
---|---|
info.aduna.iteration.CloseableIteration<Program,org.openrdf.sail.SailException> |
KiWiReasoningSail.listPrograms()
List all reasoning programs currently stored in the triplestore.
|
Modifier and Type | Method and Description |
---|---|
void |
KiWiReasoningSail.addProgram(Program program)
Add a program to the reasoner.
|
void |
KiWiReasoningSail.updateProgram(Program program)
Update the program given as argument.
|
Modifier and Type | Method and Description |
---|---|
Program |
ReasoningSailProvider.getProgram(String name)
Return the program with the given name.
|
Modifier and Type | Method and Description |
---|---|
info.aduna.iteration.CloseableIteration<Program,org.openrdf.sail.SailException> |
ReasoningSailProvider.listPrograms()
List all reasoning programs currently stored in the triplestore.
|
Modifier and Type | Method and Description |
---|---|
void |
ReasoningSailProvider.addProgram(Program program)
Add a program to the reasoner.
|
void |
ReasoningSailProvider.updateProgram(Program program)
Update the program given as argument.
|
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.