Modifier and Type | Method and Description |
---|---|
protected static QueryResult |
ReasoningEngine.matches(Pattern pattern,
KiWiTriple triple) |
Modifier and Type | Method and Description |
---|---|
Pattern |
Rule.getHead() |
Modifier and Type | Method and Description |
---|---|
List<Pattern> |
Rule.getBody() |
Modifier and Type | Method and Description |
---|---|
void |
Rule.setHead(Pattern head) |
Modifier and Type | Method and Description |
---|---|
void |
Rule.setBody(List<Pattern> body) |
Modifier and Type | Method and Description |
---|---|
Pattern |
KWRLProgramParser.BodyTriplePattern() |
Pattern |
KWRLProgramParser.HeadTriplePattern() |
Modifier and Type | Method and Description |
---|---|
List<Pattern> |
KWRLProgramParser.Body() |
Modifier and Type | Method and Description |
---|---|
info.aduna.iteration.CloseableIteration<QueryResult,SQLException> |
KiWiReasoningConnection.query(Collection<Pattern> patterns,
QueryResult initialBindings,
Set<Filter> filters,
List<VariableField> orderBy,
boolean justifications)
Evaluate a query on the triple store.
|
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.