Class BinaryDisunifier
java.lang.Object
edu.harvard.seas.pl.abcdatalog.ast.BinaryDisunifier
- All Implemented Interfaces:
Premise
This premise explicitly disallows the unification of two terms and is represented by the operator
!=
. For example, if X!=a
, then the variable X
cannot be unified with 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()