Uses of Class
org.kie.dmn.core.compiler.alphanetbased.TableIndex
-
Packages that use TableIndex Package Description org.kie.dmn.core.compiler.alphanetbased -
-
Uses of TableIndex in org.kie.dmn.core.compiler.alphanetbased
Methods in org.kie.dmn.core.compiler.alphanetbased that return TableIndex Modifier and Type Method Description TableIndexTableIndex. outputTableIndex(int outputColumnIndex)TableIndexTableIndex. previousColumn()Methods in org.kie.dmn.core.compiler.alphanetbased with parameters of type TableIndex Modifier and Type Method Description TableCellTableCell.TableCellFactory. createInputCell(TableIndex tableIndex, String input, String columnName, org.kie.dmn.feel.lang.Type columnType)TableCellTableCell.TableCellFactory. createOutputCell(TableIndex tableIndex, String input, String columnName, org.kie.dmn.feel.lang.Type columnType)
-