Skip to content
v3.3.0

GraphBuilder

Service building the graph and mappings.

+ 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:

NameType
dependencyGraphDependencyGraph
columnSearchColumnSearchStrategy
parserParserWithCaching
cellContentParserCellContentParser
statsStatistics
arraySizePredictorArraySizePredictor

Returns: GraphBuilder

buildGraph(sheets: Sheets, stats: Statistics): void

Defined in src/GraphBuilder.ts:50

Builds graph.

Parameters:

NameType
sheetsSheets
statsStatistics

Returns: void