Uses of Interface
edu.harvard.seas.pl.abcdatalog.util.substitution.TermUnifier
Packages that use TermUnifier
Package
Description
This packages contains classes representing the core abstract syntax tree for AbcDatalog.
This package contains classes that represents substitutions (i.e., mappings from variables to
terms).
-
Uses of TermUnifier in edu.harvard.seas.pl.abcdatalog.ast
Methods in edu.harvard.seas.pl.abcdatalog.ast with parameters of type TermUnifierModifier and TypeMethodDescriptionstatic boolean
TermHelpers.unify
(Term u, Term v, TermUnifier s) -
Uses of TermUnifier in edu.harvard.seas.pl.abcdatalog.util.substitution
Classes in edu.harvard.seas.pl.abcdatalog.util.substitution that implement TermUnifier