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.
getActionTypeCode
ActionType.Code getActionTypeCode()
getResult
String getResult()
addTemplate
void addTemplate(int row,
int col,
String content)
addCellValue
void addCellValue(int row,
int col,
String value)
clearValues
void clearValues()
hasValues
boolean hasValues()
Copyright © 2001-2013 JBoss Inc.. All Rights Reserved.