- All Known Implementing Classes:
 FlowCallBuilder,FlowCallBuilderImpl,MethodCallBuilder,MethodCallBuilderImpl,ReturnBuilder,ReturnBuilderImpl,SwitchBuilder,SwitchBuilderImpl,ViewBuilder,ViewBuilderImpl
public interface NodeBuilder
Base interface for building all kinds of flow nodes.
- Since:
 - 2.2
 
- 
Method Summary
Modifier and TypeMethodDescriptionMark this node as the start node in the flow. 
- 
Method Details
- 
markAsStartNode
NodeBuilder markAsStartNode()Mark this node as the start node in the flow. Any other node that had been marked as the start node will no longer be the start node.
- Returns:
 - the builder instance
 - Since:
 - 2.2
 
 
 -