Class Expression

    • Constructor Summary

      Constructors 
      Constructor Description
      Expression()  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract boolean containsVariable​(Variable var)
      Test if a variable is contained in the expression.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Expression

        public Expression()
    • Method Detail

      • containsVariable

        public abstract boolean containsVariable​(Variable var)
        Test if a variable is contained in the expression.
        Parameters:
        var - The variable.
        Returns:
        True, when the variable is contained.