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