Uses of Class
org.projog.core.predicate.builtin.db.RecordedDatabase.Chain
-
Packages that use RecordedDatabase.Chain Package Description org.projog.core.predicate.builtin.db 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.Chain Modifier and Type Field Description (package private) RecordedDatabase.ChainRecordedDatabase.Link. chainFields in org.projog.core.predicate.builtin.db with type parameters of type RecordedDatabase.Chain Modifier and Type Field Description private java.util.SortedMap<PredicateKey,RecordedDatabase.Chain>RecordedDatabase. chainsMethods in org.projog.core.predicate.builtin.db that return RecordedDatabase.Chain Modifier and Type Method Description private RecordedDatabase.ChainRecordedDatabase. createChain(PredicateKey key)private RecordedDatabase.ChainRecordedDatabase. getOrCreateChain(PredicateKey key)Methods in org.projog.core.predicate.builtin.db with parameters of type RecordedDatabase.Chain Modifier and Type Method Description private RecordedDatabase.LinkRecordedDatabase. createLink(RecordedDatabase.Chain chain, Term value, boolean addLast)Constructors in org.projog.core.predicate.builtin.db with parameters of type RecordedDatabase.Chain Constructor Description ChainIterator(RecordedDatabase.Chain chain)Link(RecordedDatabase.Chain chain, IntegerNumber reference, Term value)
-