Class ComparativeAtom

java.lang.Object
All Implemented Interfaces:
Formula, ComplexLogicalFormula, LogicStructure, SimpleLogicalFormula

public class ComparativeAtom extends ASPBodyElement
This class represents a comparative atom, meaning an expression of the form 't x u' where t,u are terms and x is in {<, <=, ==, !=, >, >=}. Comparative atoms are called "Built-in atoms" in the ASP-Core-2 standard.
Author:
Tim Janus, Thomas Vengels, Anna Gessler