Uses of Class
org.projog.core.predicate.builtin.db.RecordedDatabase.Link
Packages that use RecordedDatabase.Link
Package
Description
Predicates to support working with the recorded database.
-
Uses of RecordedDatabase.Link in org.projog.core.predicate.builtin.db
Fields in org.projog.core.predicate.builtin.db declared as RecordedDatabase.LinkModifier and TypeFieldDescriptionprivate RecordedDatabase.LinkRecordedDatabase.ChainIterator.current(package private) RecordedDatabase.LinkRecordedDatabase.Chain.first(package private) RecordedDatabase.LinkRecordedDatabase.Chain.last(package private) RecordedDatabase.LinkRecordedDatabase.Link.next(package private) RecordedDatabase.LinkRecordedDatabase.Link.previousFields in org.projog.core.predicate.builtin.db with type parameters of type RecordedDatabase.LinkModifier and TypeFieldDescriptionprivate final SortedMap<Long, RecordedDatabase.Link> RecordedDatabase.referencesMethods in org.projog.core.predicate.builtin.db that return RecordedDatabase.LinkModifier and TypeMethodDescriptionprivate RecordedDatabase.LinkRecordedDatabase.createLink(RecordedDatabase.Chain chain, Term value, boolean addLast) Methods in org.projog.core.predicate.builtin.db with parameters of type RecordedDatabase.LinkModifier and TypeMethodDescriptionprivate voidRecordedDatabase.addReference(IntegerNumber reference, RecordedDatabase.Link link, boolean addLast) private RecordRecordedDatabase.ChainIterator.createRecord(RecordedDatabase.Link link)