Uses of Interface
org.drools.template.parser.Cell
-
Packages that use Cell Package Description org.drools.template.parser -
-
Uses of Cell in org.drools.template.parser
Classes in org.drools.template.parser that implement Cell Modifier and Type Class Description classAbstractCell<T>classArrayCellclassBooleanCellA cell in a decision table containing a long valueclassDoubleCellA cell in a decision table containing a long valueclassLongCellA cell in a decision table containing a long valueclassStringCellA cell in a decision table containing a String valueMethods in org.drools.template.parser that return Cell Modifier and Type Method Description CellArrayColumn. createCell(Row row)CellBooleanColumn. createCell(Row row)CellColumn. createCell(Row row)CellDoubleColumn. createCell(Row row)CellLongColumn. createCell(Row row)CellStringColumn. createCell(Row row)Methods in org.drools.template.parser that return types with arguments of type Cell Modifier and Type Method Description List<Cell>Row. getCells()
-