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