| Package | Description |
|---|---|
| org.jpc.engine.embedded | |
| org.jpc.query |
| Modifier and Type | Method and Description |
|---|---|
Solution |
JpcQuery.basicNext() |
| Modifier and Type | Method and Description |
|---|---|
protected List<Solution> |
JpcQuery.basicAllSolutions() |
| Modifier and Type | Field and Description |
|---|---|
protected com.google.common.base.Function<Solution,Solution> |
QueryAdapter.adapterFunction |
protected com.google.common.base.Function<Solution,Solution> |
QueryAdapter.adapterFunction |
| Modifier and Type | Method and Description |
|---|---|
protected Solution |
QueryAdapter.basicNext() |
protected Solution |
DeterministicPrologQuery.basicNext() |
protected Solution |
QueryAdapter.basicOneSolutionOrThrow() |
Solution |
Query.cachedNext() |
Solution |
ObservableQuery.next() |
Solution |
ObservableQuery.oneSolutionOrThrow() |
Solution |
DeterministicPrologQuery.oneSolutionOrThrow() |
| Modifier and Type | Method and Description |
|---|---|
List<Solution> |
ObservableQuery.allSolutions() |
protected List<Solution> |
QueryAdapter.basicAllSolutions() |
protected List<Solution> |
Query.basicAllSolutions() |
List<Solution> |
ObservableQuery.solutionsRange(long from,
long to) |
| Modifier and Type | Method and Description |
|---|---|
Term |
SolutionToTermFunction.apply(Solution solution) |
protected void |
Query.errorCheck(Solution solution) |
void |
QueryListener.onNextSolutionFound(Solution solution) |
| Modifier and Type | Method and Description |
|---|---|
void |
QueryListener.onSolutionsFound(List<Solution> solutions) |
| Constructor and Description |
|---|
QueryAdapter(Query query,
com.google.common.base.Function<Solution,Solution> adapterFunction) |
QueryAdapter(Query query,
com.google.common.base.Function<Solution,Solution> adapterFunction) |
Copyright © 2014. All rights reserved.