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
 void addCellValue(int row, int col, String value)
           
 void addTemplate(int row, int col, String content)
           
 void clearValues()
           
 ActionType.Code getActionTypeCode()
           
 String getResult()
           
 boolean hasValues()
           
 

Method Detail

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-2012 JBoss by Red Hat. All Rights Reserved.