Interface IIncomingStructuredBpmnModelPartBuilder<Self>

Type Parameters:
Self - The type of the builder.
All Known Subinterfaces:
IWorkflowNodeBpmnModelPartBuilder

public interface IIncomingStructuredBpmnModelPartBuilder<Self>
A IStructuredBpmnModelPartBuilder that allows for incoming connections.
Since:
8.4.0
  • Method Details

    • 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.