public interface NodeBuilder
Base interface for building all kinds of flow nodes.
Modifier and Type | Method and Description |
---|---|
NodeBuilder |
markAsStartNode()
Mark this node as the start node in the flow. |
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.
Copyright © 1996-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.