# GraphBuilder Class
Service building the graph and mappings.
# Constructors
# constructor
+ new GraphBuilder(dependencyGraph: DependencyGraph, columnSearch: ColumnSearchStrategy, parser: ParserWithCaching, cellContentParser: CellContentParser, stats: Statistics, arraySizePredictor: ArraySizePredictor): GraphBuilder
Defined in src/GraphBuilder.ts:31 (opens new window)
Configures the building service.
Parameters:
| Name | Type |
|---|---|
dependencyGraph | DependencyGraph |
columnSearch | ColumnSearchStrategy |
parser | ParserWithCaching |
cellContentParser | CellContentParser |
stats | Statistics |
arraySizePredictor | ArraySizePredictor |
Returns: GraphBuilder
# Methods
# buildGraph
▸ buildGraph(sheets: Sheets, stats: Statistics): void
Defined in src/GraphBuilder.ts:50 (opens new window)
Builds graph.
Parameters:
| Name | Type |
|---|---|
sheets | Sheets |
stats | Statistics |
Returns: void