Preparing search index...
The search index is not available
SPeCS Packages Documentation
SPeCS Packages Documentation
alpakka-js
alpakka/graphs/cfg/graph/Graph
GraphBuilder
Interface GraphBuilder<D, S>
interface
GraphBuilder
<
D
,
S
>
{
buildData
(
data
:
BaseGraph
.
Data
)
:
D
;
buildScratchData
(
scratchData
:
BaseGraph
.
ScratchData
)
:
S
;
}
Type Parameters
D
extends
BaseGraph
.
Data
S
extends
BaseGraph
.
ScratchData
Implemented by
FlowGraph
.
Builder
BaseGraph
.
Builder
Index
Methods
build
Data
build
Scratch
Data
Methods
build
Data
build
Data
(
data
)
:
D
Parameters
data
:
BaseGraph
.
Data
Returns
D
build
Scratch
Data
build
Scratch
Data
(
scratchData
)
:
S
Parameters
scratchData
:
BaseGraph
.
ScratchData
Returns
S
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
build
Data
build
Scratch
Data
SPeCS Packages Documentation
Loading...