RISC JKU
at.jku.risc.stout.urmc.data

Interface Equation

  • All Superinterfaces:
    Cloneable


    public interface Equation
    extends Cloneable
    Interface for equations which consist of two TermNodes.
    Author:
    Alexander Baumgartner
    • Method Detail

      • addLeft

        void addLeft(TermNode node)
        Adds a TermNode to the left hedge of the equation.
      • addRight

        void addRight(TermNode node)
        Adds a TermNode to the left hedge of the equation.
      • getLeft

        TermNode getLeft()
        The left hedge of the equation.
      • getRight

        TermNode getRight()
        The right hedge of the equation.