Class BinaryUnifier
java.lang.Object
edu.harvard.seas.pl.abcdatalog.ast.BinaryUnifier
- All Implemented Interfaces:
Premise
This premise explicitly unifies two terms and is visually represented as the operator
=
.
For example, if X=a
, then the variable X
is bound to the constant a
.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription<I,
O> O accept
(PremiseVisitor<I, O> visitor, I state) applySubst
(Substitution subst) getLeft()
getRight()
toString()