SimpleStrategy
Constructors
Section titled “Constructors”constructor
Section titled “constructor”+ new SimpleStrategy(dependencyGraph: DependencyGraph, columnIndex: ColumnSearchStrategy, parser: ParserWithCaching, stats: Statistics, cellContentParser: CellContentParser, arraySizePredictor: ArraySizePredictor): SimpleStrategy
Defined in src/GraphBuilder.ts:67
Parameters:
| Name | Type |
|---|---|
dependencyGraph | DependencyGraph |
columnIndex | ColumnSearchStrategy |
parser | ParserWithCaching |
stats | Statistics |
cellContentParser | CellContentParser |
arraySizePredictor | ArraySizePredictor |
Returns: SimpleStrategy
Methods
Section titled “Methods”▸ run(sheets: Sheets): Dependencies
Defined in src/GraphBuilder.ts:78
Parameters:
| Name | Type |
|---|---|
sheets | Sheets |
Returns: Dependencies