Class BinaryStructure

All Implemented Interfaces:
LogicalFormula, Term, ToDOM, ToJson, Serializable, Cloneable, Comparable<Term>
Direct Known Subclasses:
LogExpr, RelExpr

public abstract class BinaryStructure extends Structure
Represents a binary/unary logical/relational operator.
See Also:
  • Constructor Details

    • BinaryStructure

      public BinaryStructure(Term t1, String id, Term t2)
      Constructor for binary operator
    • BinaryStructure

      public BinaryStructure(String id, Term arg)
      Constructor for unary operator
  • Method Details