Interface FlowChunkWithContext

    • Method Detail

      • getNodeBefore

        @CheckForNull
        FlowNode getNodeBefore()
        Return the node before this chunk, or null if it is the beginning
      • getNodeAfter

        @CheckForNull
        FlowNode getNodeAfter()
        Return the node after this chunk, or null if it is the end