Class DeadEndPoint.DeadEndPointBuilder
- java.lang.Object
-
- org.ikasan.dashboard.ui.visualisation.model.flow.DeadEndPoint.DeadEndPointBuilder
-
- Enclosing class:
- DeadEndPoint
public static class DeadEndPoint.DeadEndPointBuilder extends java.lang.ObjectBuilder class
-
-
Constructor Summary
Constructors Constructor Description DeadEndPointBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeadEndPointbuild()DeadEndPoint.DeadEndPointBuilderwithId(java.lang.String id)DeadEndPoint.DeadEndPointBuilderwithName(java.lang.String name)DeadEndPoint.DeadEndPointBuilderwithTransition(org.ikasan.vaadin.visjs.network.Node transition)DeadEndPoint.DeadEndPointBuilderwithTransitionLabel(java.lang.String transitionLabel)
-
-
-
Method Detail
-
withId
public DeadEndPoint.DeadEndPointBuilder withId(java.lang.String id)
-
withName
public DeadEndPoint.DeadEndPointBuilder withName(java.lang.String name)
-
withTransitionLabel
public DeadEndPoint.DeadEndPointBuilder withTransitionLabel(java.lang.String transitionLabel)
-
withTransition
public DeadEndPoint.DeadEndPointBuilder withTransition(org.ikasan.vaadin.visjs.network.Node transition)
-
build
public DeadEndPoint build()
-
-