Package org.drools.decisiontable.parser
Interface SourceBuilder
- All Known Implementing Classes:
LhsBuilder,RhsBuilder
public interface SourceBuilder
This is for building up LHS and RHS code for a rule row.
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddCellValue(int row, int col, String value) default voidaddCellValue(int row, int col, String value, boolean trim) voidaddTemplate(int row, int col, String content) voidintboolean
-
Method Details
-
getActionTypeCode
ActionType.Code getActionTypeCode() -
getResult
String getResult() -
addTemplate
-
addCellValue
-
addCellValue
-
clearValues
void clearValues() -
hasValues
boolean hasValues() -
getColumn
int getColumn()
-