Uses of Class
org.projog.core.predicate.builtin.db.RecordedDatabase.Chain
Packages that use RecordedDatabase.Chain
Package
Description
Predicates to support working with the recorded database.
-
Uses of RecordedDatabase.Chain in org.projog.core.predicate.builtin.db
Fields in org.projog.core.predicate.builtin.db declared as RecordedDatabase.ChainModifier and TypeFieldDescription(package private) final RecordedDatabase.ChainRecordedDatabase.Link.chainFields in org.projog.core.predicate.builtin.db with type parameters of type RecordedDatabase.ChainModifier and TypeFieldDescriptionprivate final SortedMap<PredicateKey, RecordedDatabase.Chain> RecordedDatabase.chainsMethods in org.projog.core.predicate.builtin.db that return RecordedDatabase.ChainModifier and TypeMethodDescriptionprivate RecordedDatabase.ChainRecordedDatabase.createChain(PredicateKey key) private RecordedDatabase.ChainRecordedDatabase.getOrCreateChain(PredicateKey key) Methods in org.projog.core.predicate.builtin.db with parameters of type RecordedDatabase.ChainModifier and TypeMethodDescriptionprivate RecordedDatabase.LinkRecordedDatabase.createLink(RecordedDatabase.Chain chain, Term value, boolean addLast) Constructors in org.projog.core.predicate.builtin.db with parameters of type RecordedDatabase.ChainModifierConstructorDescription(package private)(package private)Link(RecordedDatabase.Chain chain, IntegerNumber reference, Term value)