RISC JKU

at.jku.risc.stout.hoau.data

Interface Equation

    • Method Detail

      • getLeft

        TermNode getLeft()
        Returns the left hand side of the equation.
      • getRight

        TermNode getRight()
        Returns the right hand side of the equation.
      • setLeft

        void setLeft(TermNode node)
        Sets the left hand side of the equation to the given TermNode.
      • setRight

        void setRight(TermNode node)
        Sets the right hand side of the equation to the given TermNode.