Class BinaryUnifier

java.lang.Object
edu.harvard.seas.pl.abcdatalog.ast.BinaryUnifier
All Implemented Interfaces:
Premise

public class BinaryUnifier extends Object implements 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.