Uses of Interface
edu.harvard.seas.pl.abcdatalog.ast.Premise
Package
Description
This packages contains classes representing the core abstract syntax tree for AbcDatalog.
This package contains classes that implement the visitor design pattern for visiting AST nodes.
This package contains classes and interfaces that are used in all of the bottom-up engines.
-
Uses of Premise in edu.harvard.seas.pl.abcdatalog.ast
Modifier and TypeClassDescriptionclass
This premise explicitly disallows the unification of two terms and is represented by the operator!=
.class
This premise explicitly unifies two terms and is visually represented as the operator=
.class
A negated atom.class
A non-negated atom; i.e., a predicate symbol, and a sequence of terms.Modifier and TypeMethodDescriptionBinaryDisunifier.applySubst
(Substitution subst) BinaryUnifier.applySubst
(Substitution subst) NegatedAtom.applySubst
(Substitution subst) Premise.applySubst
(Substitution subst) -
Uses of Premise in edu.harvard.seas.pl.abcdatalog.ast.visitors
-
Uses of Premise in edu.harvard.seas.pl.abcdatalog.engine.bottomup