Package | Description |
---|---|
org.apache.marmotta.kiwi.reasoner.model.query | |
org.apache.marmotta.kiwi.reasoner.parser | |
org.apache.marmotta.kiwi.reasoner.persistence |
Modifier and Type | Method and Description |
---|---|
Map<VariableField,KiWiNode> |
QueryResult.getBindings() |
Constructor and Description |
---|
QueryResult(Map<VariableField,KiWiNode> bindings,
Set<KiWiTriple> justifications) |
Modifier and Type | Field and Description |
---|---|
protected Map<String,VariableField> |
KWRLProgramParserBase.variables |
Modifier and Type | Method and Description |
---|---|
protected VariableField |
KWRLProgramParserBase.getVariable(String name) |
VariableField |
KWRLProgramParser.Variable() |
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.