Class ExpState

    • Field Summary

      Fields 
      Modifier and Type Field Description
      Joins joins  
      static ExpState NULL
      State with no joins.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • NULL

        public static final ExpState NULL
        State with no joins.
      • joins

        public Joins joins
    • Constructor Detail

      • ExpState

        public ExpState()
      • ExpState

        public ExpState​(Joins joins)