Constructors
Methods
Interfaces
Constructors
constructor
SequentialGraphBuilder and builds the sequential graph.
Parameters
The configuration options for the sequential graph builder.
Returns
SequentialGraphBuilder
Methods
addSequentialNode
Parameters
The node to add to the graph.
Returns
this
Interfaces
SequentialGraphBuilderProps
Configuration properties for theSequentialGraphBuilder.
Properties
nodes:AbstractNode[]
The list of nodes to be connected sequentially.