Class LogicExpression.Variable

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getName()
      Get variable name.
      java.lang.String toString()
      Just returns the variable name.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Method Detail

      • getName

        public java.lang.String getName()
        Get variable name.
        Returns:
        variable name
      • toString

        public java.lang.String toString()
        Just returns the variable name.
        Overrides:
        toString in class java.lang.Object
        Returns:
        string representation of this node