Uses of Class
org.projog.core.predicate.builtin.db.Record
-
Packages that use Record Package Description org.projog.core.predicate.builtin.db Predicates to support working with the recorded database. -
-
Uses of Record in org.projog.core.predicate.builtin.db
Fields in org.projog.core.predicate.builtin.db with type parameters of type Record Modifier and Type Field Description private java.util.Iterator<Record>Recorded.RecordedPredicate. itrMethods in org.projog.core.predicate.builtin.db that return Record Modifier and Type Method Description private RecordRecordedDatabase.ChainIterator. createRecord(RecordedDatabase.Link link)RecordRecordedDatabase.ChainIterator. next()RecordRecordedDatabase.DatabaseIterator. next()Methods in org.projog.core.predicate.builtin.db that return types with arguments of type Record Modifier and Type Method Description (package private) java.util.Iterator<Record>RecordedDatabase. getAll()(package private) java.util.Iterator<Record>RecordedDatabase. getChain(PredicateKey key)private java.util.Iterator<Record>Recorded. getIterator(Term key, RecordedDatabase database)Methods in org.projog.core.predicate.builtin.db with parameters of type Record Modifier and Type Method Description private booleanRecorded.RecordedPredicate. unify(Record record, Term key, Term value, Term reference)Constructor parameters in org.projog.core.predicate.builtin.db with type arguments of type Record Constructor Description RecordedPredicate(Term key, Term value, Term reference, java.util.Iterator<Record> itr)
-