Class Simregion

    • Constructor Detail

      • Simregion

        public Simregion​(Element prototype)
    • Method Detail

      • hasCondition

        public boolean hasCondition()
      • hasUpdate

        public boolean hasUpdate()
      • hasMessage

        public boolean hasMessage()
      • getCondition

        public Condition getCondition()
        Returns:
        the condition
      • setCondition

        public void setCondition​(Condition condition)
        Parameters:
        condition - the condition to set
      • getUpdate

        public Update getUpdate()
        Returns:
        the update
      • setUpdate

        public void setUpdate​(Update update)
        Parameters:
        update - the update to set
      • getMessage

        public Message getMessage()
        Returns:
        the message
      • setMessage

        public void setMessage​(Message message)
        Parameters:
        message - the message to set
      • getY

        public int getY()
        Description copied from class: Element
        Returns the value of the y property. The value of the y property must be of type Integer.
        Overrides:
        getY in class Element
        Returns:
        The y value