Package org.projog.core.predicate.builtin.db


package org.projog.core.predicate.builtin.db
Predicates to support working with the recorded database.
  • Classes
    Class
    Description
    erase(X) - removes a record from the recorded database.
    recorda(X,Y,Z) / recordz(X,Y,Z) - associates a term with a key.
    recorded(X,Y,Z) - checks if a term is associated with a key.
    Provides a mechanism to associate a term with a key.