Interface ControlflowItemObject

    • Method Detail

      • getNextSibling

        ControlflowItemObject getNextSibling()
        Returns the next item of this ControlflowObject-type.
        Returns:
        Next item.
      • getPreviousSibling

        ControlflowItemObject getPreviousSibling()
        Returns the previous item of this ControlflowObject-type.
        Returns:
        Previous item.
      • insertAfterMe

        void insertAfterMe​(ControlflowItemObject newObject)
        Sets the given object as following object from a parent's view.
        Parameters:
        newObject - The object to put after the current object.
      • insertBeforeMe

        void insertBeforeMe​(ControlflowItemObject newObject)
        Sets the given object as previous object from a parent's view.
        Parameters:
        newObject - The object to put before the current object.