| Package | Description |
|---|---|
| org.jpc.engine.embedded | |
| org.jpc.engine.embedded.database |
| Modifier and Type | Class and Description |
|---|---|
class |
Rule
A rule in the embedded JPC engine.
|
| Modifier and Type | Method and Description |
|---|---|
int |
Clause.compareTo(Clause clause) |
| Modifier and Type | Method and Description |
|---|---|
protected Clause |
IndexedClauseIterator.computeNext() |
| Modifier and Type | Method and Description |
|---|---|
Set<Clause> |
Index.getNonIndexedClauses() |
Iterator<Clause> |
IndexedClauses.indexedClausesIterator(Term head)
This method answers an iterator of clauses which heads "may" unify with the parameter according to the existing indexes applicable to it.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
IndexedClauses.addClause(Clause clause) |
void |
Index.addClause(Clause clause) |
void |
IndexedClauses.retract(Clause clause) |
void |
Index.retract(Clause clause) |
Copyright © 2014. All rights reserved.