Uses of Class
org.kie.dmn.core.compiler.alphanetbased.TableCell
-
Packages that use TableCell Package Description org.kie.dmn.core.compiler.alphanetbased -
-
Uses of TableCell in org.kie.dmn.core.compiler.alphanetbased
Methods in org.kie.dmn.core.compiler.alphanetbased that return TableCell 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)Methods in org.kie.dmn.core.compiler.alphanetbased with parameters of type TableCell Modifier and Type Method Description voidTableCells. add(TableCell cell)voidTableCells. addOutputCell(TableCell outputCell)voidTableCell. addToCells(TableCell[][] cells)voidTableCell. addToOutputCells(TableCell[][] outputCells)
-