Interface IIncomingStructuredBpmnModelPartBuilder<Self>

    • Method Detail

      • inPort

        @CanIgnoreReturnValue
        Self inPort​(Double inPort)
        Sets the incoming interface of this structured model part, see IStructuredBpmnModelPart.inPort().
        Parameters:
        inPort - The position of this part's in port.
        Returns:
        This builder, for chaining.