public static class GuidedDTDRLOtherwiseHelper.NotEqualsOtherwiseBuilder extends Object
Modifier and Type | Method and Description |
---|---|
org.drools.workbench.models.datamodel.rule.FieldConstraint |
makeFieldConstraint(ConditionCol52 c,
List<BaseColumn> allColumns,
List<List<DTCellValue52>> data)
Build a Field Constraint
|
public org.drools.workbench.models.datamodel.rule.FieldConstraint makeFieldConstraint(ConditionCol52 c, List<BaseColumn> allColumns, List<List<DTCellValue52>> data)
GuidedDTDRLOtherwiseHelper.OtherwiseBuilder
makeFieldConstraint
in interface GuidedDTDRLOtherwiseHelper.OtherwiseBuilder
c
- Condition Column that contains the "Otherwise" cellallColumns
- All Decision Table columns. Decision Tables have an
implied "and" between multiple SingleFieldConstraints for
the same Fact field. OtherwiseBuilders for less-than,
greater-than etc need access to other Condition Columns
bound to the same Fact and Field to construct a
CompositeFieldConstraint.data
- Decision Table valuesCopyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.