public class ConjunctiveQuery extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ConjunctiveQuery.QueryAnswerCallback |
| Constructor and Description |
|---|
ConjunctiveQuery(DatalogEngine datalogEngine,
Atom[] queryAtoms,
Term[] answerTerms) |
| Modifier and Type | Method and Description |
|---|---|
void |
evaluate(QueryResultCollector queryResultCollector) |
DatalogEngine |
getDatalogEngine() |
int |
getNumberOfAnswerTerms() |
int |
getNumberOfQUeryAtoms() |
public ConjunctiveQuery(DatalogEngine datalogEngine, Atom[] queryAtoms, Term[] answerTerms)
datalogEngine - datalog enginequeryAtoms - query atomsanswerTerms - answer termspublic DatalogEngine getDatalogEngine()
public int getNumberOfQUeryAtoms()
public int getNumberOfAnswerTerms()
public void evaluate(QueryResultCollector queryResultCollector)
queryResultCollector - queryResultCollectorCopyright © 2018. All rights reserved.