Uses of Class
org.openl.rules.table.CellKey
-
Packages that use CellKey Package Description org.openl.rules.data org.openl.rules.lang.xls.types.meta org.openl.rules.table -
-
Uses of CellKey in org.openl.rules.data
Methods in org.openl.rules.data that return CellKey Modifier and Type Method Description CellKeyForeignKeyColumnDescriptor. getForeignKeyCellCoordinate() -
Uses of CellKey in org.openl.rules.lang.xls.types.meta
Methods in org.openl.rules.lang.xls.types.meta that return types with arguments of type CellKey Modifier and Type Method Description Map<CellKey,org.openl.rules.lang.xls.types.meta.DecisionTableMetaInfoReader.HeaderMetaInfo>DecisionTableMetaInfoReader.MetaInfoHolder. getActions()Map<CellKey,List<org.openl.rules.lang.xls.types.meta.DecisionTableMetaInfoReader.HeaderMetaInfo>>DecisionTableMetaInfoReader.MetaInfoHolder. getConditions()Map<CellKey,org.openl.rules.lang.xls.types.meta.DecisionTableMetaInfoReader.ReturnMetaInfo>DecisionTableMetaInfoReader.MetaInfoHolder. getReturns()List<CellKey>DecisionTableMetaInfoReader.MetaInfoHolder. getRules()List<CellKey>DecisionTableMetaInfoReader.MetaInfoHolder. getUnmatched()Methods in org.openl.rules.lang.xls.types.meta with parameters of type CellKey Modifier and Type Method Description protected booleanBaseMetaInfoReader. isNeededCell(CellKey cellKey, int row, int col) -
Uses of CellKey in org.openl.rules.table
Methods in org.openl.rules.table that return CellKey Modifier and Type Method Description static CellKeyCellKey.CellKeyFactory. getCellKey(int col, int row)
-