Package | Description |
---|---|
org.drools.template.parser |
Modifier and Type | Class and Description |
---|---|
class |
ArrayCell |
class |
BooleanCell
A cell in a decision table containing a long value
|
class |
LongCell
A cell in a decision table containing a long value
|
class |
StringCell
A cell in a decision table containing a String value
|
Modifier and Type | Method and Description |
---|---|
Cell |
StringColumn.createCell(Row row) |
Cell |
LongColumn.createCell(Row row) |
Cell |
Column.createCell(Row row) |
Cell |
BooleanColumn.createCell(Row row) |
Cell |
ArrayColumn.createCell(Row row) |
Modifier and Type | Method and Description |
---|---|
List<Cell> |
Row.getCells() |
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.