Uses of Class
org.ikasan.dashboard.ui.visualisation.model.flow.DeadEndPoint.DeadEndPointBuilder
-
Packages that use DeadEndPoint.DeadEndPointBuilder Package Description org.ikasan.dashboard.ui.visualisation.model.flow -
-
Uses of DeadEndPoint.DeadEndPointBuilder in org.ikasan.dashboard.ui.visualisation.model.flow
Methods in org.ikasan.dashboard.ui.visualisation.model.flow that return DeadEndPoint.DeadEndPointBuilder Modifier and Type Method Description static DeadEndPoint.DeadEndPointBuilderDeadEndPoint. deadEndPointBuilder()DeadEndPoint.DeadEndPointBuilderDeadEndPoint.DeadEndPointBuilder. withId(java.lang.String id)DeadEndPoint.DeadEndPointBuilderDeadEndPoint.DeadEndPointBuilder. withName(java.lang.String name)DeadEndPoint.DeadEndPointBuilderDeadEndPoint.DeadEndPointBuilder. withTransition(org.ikasan.vaadin.visjs.network.Node transition)DeadEndPoint.DeadEndPointBuilderDeadEndPoint.DeadEndPointBuilder. withTransitionLabel(java.lang.String transitionLabel)
-