Class ValueExpressionStateObject

    • Constructor Detail

      • ValueExpressionStateObject

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

        public ValueExpressionStateObject​(StateObject parent,
                                          java.lang.String identificationVariable)
        Creates a new ValueExpressionStateObject.
        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