Uses of Class
edu.harvard.seas.pl.abcdatalog.engine.topdown.AdornedAtom
Packages that use 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
Fields in edu.harvard.seas.pl.abcdatalog.engine.topdown declared as AdornedAtomModifier and TypeFieldDescriptionQsqSupRelation.nextAtom
Points to the atom that follows this supplementary relation in the rule being evaluated.Methods in edu.harvard.seas.pl.abcdatalog.engine.topdown that return AdornedAtomMethods in edu.harvard.seas.pl.abcdatalog.engine.topdown that return types with arguments of type AdornedAtomConstructors in edu.harvard.seas.pl.abcdatalog.engine.topdown with parameters of type AdornedAtomModifierConstructorDescriptionAdornedClause
(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.Constructor parameters in edu.harvard.seas.pl.abcdatalog.engine.topdown with type arguments of type AdornedAtomModifierConstructorDescriptionAdornedClause
(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.