Class KeyExpressionStateObject

    • Constructor Detail

      • KeyExpressionStateObject

        public KeyExpressionStateObject​(StateObject parent)
        Creates a new KeyExpressionStateObject.
        Parameters:
        parent - The parent of this state object, which cannot be null
        Throws:
        java.lang.NullPointerException - The given parent cannot be null
      • KeyExpressionStateObject

        public KeyExpressionStateObject​(StateObject parent,
                                        java.lang.String identificationVariable)
        Creates a new KeyExpressionStateObject.
        Parameters:
        parent - The parent of this state object, which cannot be null
        identificationVariable - The identification variable
        Throws:
        java.lang.NullPointerException - The given parent cannot be null