Uses of Package
edu.harvard.seas.pl.abcdatalog.engine.topdown
Package
Description
This package contains implementations of standard top-down Datalog evaluation algorithms.
-
ClassDescriptionA Datalog engine that uses a variant of the query-subquery evaluation method.An adorned atom (i.e., an atom where every argument is marked as either bound or free).An adorned clause (i.e., a Horn clause where every atom is itself adorned).An adorned predicate symbol.A supplementary relation used in QSQ evaluation.A relation, i.e., a set of tuples of a fixed arity with an associated attribute schema of the same arity.A list of terms of fixed arity representing the attribute schema for a relation of the same arity (i.e., the 2nd term in the list is the attribute for the 2nd "column" in the relation).A tuple of terms, i.e., an ordered list of fixed arity.