Uses of Class
edu.harvard.seas.pl.abcdatalog.engine.topdown.AdornedAtom
Package
Description
This package contains implementations of standard top-down Datalog evaluation algorithms.
-
Uses of AdornedAtom in edu.harvard.seas.pl.abcdatalog.engine.topdown
Modifier and TypeFieldDescriptionQsqSupRelation.nextAtom
Points to the atom that follows this supplementary relation in the rule being evaluated.ModifierConstructorDescriptionAdornedClause
(AdornedAtom head, List<AdornedAtom> body) Constructs an adorned clause given an adorned atom for the head and a list of adorned atoms for the body.ModifierConstructorDescriptionAdornedClause
(AdornedAtom head, List<AdornedAtom> body) Constructs an adorned clause given an adorned atom for the head and a list of adorned atoms for the body.