Class LhsBuilder

java.lang.Object
org.drools.decisiontable.parser.LhsBuilder
All Implemented Interfaces:
SourceBuilder

public class LhsBuilder extends Object implements SourceBuilder
This utility will build up a list of constraints for a column. For instance, the column has been spanned across multiple cells, and the cells below contain the constraints.
  • Constructor Details

    • LhsBuilder

      public LhsBuilder(int row, int column, String colDefinition)
      Parameters:
      colDefinition - The initial column definition that is shared via merged cells.
  • Method Details