Package org.openl.rules.calc
Class CellsHeaderExtractor
- java.lang.Object
-
- org.openl.rules.calc.CellsHeaderExtractor
-
public class CellsHeaderExtractor extends Object
Extractor for values that are represented as column and row names in spreadsheet.- Author:
- DLiauchuk
-
-
Constructor Summary
Constructors Constructor Description CellsHeaderExtractor(String spreadsheetSignature, ILogicalTable columnNamesTable, ILogicalTable rowNamesTable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String[]getColumnNames()ILogicalTablegetColumnNamesTable()Set<String>getDependentSignatureSpreadsheetTypes()intgetHeight()String[]getRowNames()ILogicalTablegetRowNamesTable()intgetWidth()
-
-
-
Constructor Detail
-
CellsHeaderExtractor
public CellsHeaderExtractor(String spreadsheetSignature, ILogicalTable columnNamesTable, ILogicalTable rowNamesTable)
-
-
Method Detail
-
getColumnNamesTable
public ILogicalTable getColumnNamesTable()
-
getWidth
public int getWidth()
-
getRowNamesTable
public ILogicalTable getRowNamesTable()
-
getHeight
public int getHeight()
-
getRowNames
public String[] getRowNames()
-
getColumnNames
public String[] getColumnNames()
-
-