Uses of Class
org.openl.rules.calc.element.SpreadsheetCell
-
Packages that use SpreadsheetCell Package Description org.openl.rules.calc org.openl.rules.calc.element org.openl.rules.calc.result org.openl.rules.lang.xls.binding.wrapper.base -
-
Uses of SpreadsheetCell in org.openl.rules.calc
Fields in org.openl.rules.calc with type parameters of type SpreadsheetCell Modifier and Type Field Description static ThreadLocal<Stack<Set<SpreadsheetCell>>>SpreadsheetStructureBuilder. preventCellsLoopingOnThisMethods in org.openl.rules.calc that return SpreadsheetCell Modifier and Type Method Description SpreadsheetCell[][]Spreadsheet. getCells()SpreadsheetCell[][]SpreadsheetBoundNode. getCells()SpreadsheetCell[][]SpreadsheetStructureBuilder. getCells()Extract cell values from the source spreadsheet table.Methods in org.openl.rules.calc with parameters of type SpreadsheetCell Modifier and Type Method Description IOpenClassSpreadsheetStructureBuilder. makeType(SpreadsheetCell cell)voidSpreadsheet. setCells(SpreadsheetCell[][] cells) -
Uses of SpreadsheetCell in org.openl.rules.calc.element
Fields in org.openl.rules.calc.element declared as SpreadsheetCell Modifier and Type Field Description protected SpreadsheetCellSpreadsheetCellField. cellMethods in org.openl.rules.calc.element that return SpreadsheetCell Modifier and Type Method Description SpreadsheetCellSpreadsheetCellField. getCell()Constructors in org.openl.rules.calc.element with parameters of type SpreadsheetCell Constructor Description ConstSpreadsheetCellField(SpreadsheetStructureBuilderHolder structureBuilderContainer, IOpenClass declaringClass, String name, SpreadsheetCell cell)SpreadsheetCellField(SpreadsheetStructureBuilderHolder structureBuilderContainer, IOpenClass declaringClass, String name, SpreadsheetCell cell, SpreadsheetCellRefType refType) -
Uses of SpreadsheetCell in org.openl.rules.calc.result
Constructors in org.openl.rules.calc.result with parameters of type SpreadsheetCell Constructor Description ArrayResultBuilder(SpreadsheetCell[] cells, IOpenCast[] openCasts, IOpenClass type, boolean calculateAllCells)ScalarResultBuilder(SpreadsheetCell spreadsheetCell, IOpenCast openCast, boolean calculateAllCells) -
Uses of SpreadsheetCell in org.openl.rules.lang.xls.binding.wrapper.base
Methods in org.openl.rules.lang.xls.binding.wrapper.base that return SpreadsheetCell Modifier and Type Method Description SpreadsheetCell[][]AbstractSpreadsheetWrapper. getCells()Methods in org.openl.rules.lang.xls.binding.wrapper.base with parameters of type SpreadsheetCell Modifier and Type Method Description voidAbstractSpreadsheetWrapper. setCells(SpreadsheetCell[][] cells)
-