RISC JKU

at.jku.risc.stout.nau.data

Class Equation<T extends Printable>

    • Constructor Detail

      • Equation

        public Equation(T left,
                T right)
        An equation consists of two terms, which are called the left and the right part of the equation, respectively.
    • Method Detail

      • getLeft

        public T getLeft()
        Returns the left part of the equation.
      • getRight

        public T getRight()
        Returns the right part of the equation.
      • setLeft

        public void setLeft(T left)
        Changes the left part of the equation.
      • setRight

        public void setRight(T right)
        Changes the right part of the equation.