Class Primitives.BooleanVariable

    • Constructor Summary

      Constructors 
      Constructor Description
      BooleanVariable​(java.lang.String name)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean evaluate()  
      java.lang.String getName()  
      boolean getValue()  
      void setValue​(boolean value)  
      • Methods inherited from class java.lang.Object

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

      • BooleanVariable

        public BooleanVariable​(java.lang.String name)
    • Method Detail

      • getName

        public java.lang.String getName()
      • getValue

        public boolean getValue()
      • setValue

        public void setValue​(boolean value)