Interface IIncomingStructuredBpmnModelPartBuilder<Self>
-
- Type Parameters:
Self- The type of the builder.
- All Known Subinterfaces:
IWorkflowNodeBpmnModelPartBuilder
public interface IIncomingStructuredBpmnModelPartBuilder<Self>AIStructuredBpmnModelPartBuilderthat allows for incoming connections.- Since:
- 8.4.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SelfinPort(Double inPort)Sets the incoming interface of this structured model part, seeIStructuredBpmnModelPart.inPort().
-
-
-
Method Detail
-
inPort
@CanIgnoreReturnValue Self inPort(Double inPort)
Sets the incoming interface of this structured model part, seeIStructuredBpmnModelPart.inPort().- Parameters:
inPort- The position of this part's in port.- Returns:
- This builder, for chaining.
-
-