| java.lang.Object org.drools.decisiontable.parser.RhsBuilder
RhsBuilder | public class RhsBuilder implements SourceBuilder(Code) | | Builds up a consequence entry.
author: Michael Neale |
Constructor Summary | |
public | RhsBuilder(String boundVariable) Parameters: boundVariable - Pass in a bound variable if there is one.Any cells below then will be called as methods on it. |
RhsBuilder | public RhsBuilder(String boundVariable)(Code) | | Parameters: boundVariable - Pass in a bound variable if there is one.Any cells below then will be called as methods on it. Leaving it blank will make it work in "classic" mode. |
addCellValue | public void addCellValue(int col, String value)(Code) | | |
addTemplate | public void addTemplate(int col, String content)(Code) | | |
clearValues | public void clearValues()(Code) | | |
hasValues | public boolean hasValues()(Code) | | |
|
|