Package | Description |
---|---|
org.jpc.engine.embedded.database | |
org.jpc.term |
Modifier and Type | Field and Description |
---|---|
protected Map<Functor,List<IndexDescriptor>> |
IndexManager.functorIndexes |
Modifier and Type | Method and Description |
---|---|
protected static void |
IndexManager.checkIndexableFunctor(Functor functor) |
List<IndexDescriptor> |
MutableIndexManager.getIndexDescriptors(Functor functor) |
List<IndexDescriptor> |
IndexManager.getIndexDescriptors(Functor functor) |
List<IndexDescriptor> |
MutableIndexManager.getOrCreateIndexDescriptors(Functor functor) |
List<IndexDescriptor> |
IndexManager.getOrCreateIndexDescriptors(Functor functor) |
static boolean |
IndexManager.isIndexable(Functor functor) |
void |
MutableIndexManager.removeIndexDescriptor(Functor functor) |
void |
MutableIndexManager.setIndexDescriptor(Functor functor,
IndexDescriptor indexDescriptor) |
void |
MutableIndexManager.setIndexDescriptors(Functor functor,
List<IndexDescriptor> indexDescriptors) |
Constructor and Description |
---|
IndexManager(Map<Functor,List<IndexDescriptor>> functorIndexes) |
Modifier and Type | Method and Description |
---|---|
Functor |
Compound.getFunctor() |
Modifier and Type | Method and Description |
---|---|
abstract boolean |
Term.hasFunctor(Functor functor)
Whether this term has a given functor.
|
boolean |
NumberTerm.hasFunctor(Functor functor) |
boolean |
JRef.hasFunctor(Functor functor) |
boolean |
Compound.hasFunctor(Functor functor) |
boolean |
Atom.hasFunctor(Functor functor) |
boolean |
AbstractVar.hasFunctor(Functor functor) |
Copyright © 2014. All rights reserved.