Drools Workbench - Guided Decision Table Model 6.2.0.CR1

org.drools.workbench.models.guided.dtable.shared.model
Class LimitedEntryBRLConditionColumn

java.lang.Object
  extended by org.drools.workbench.models.guided.dtable.shared.model.DTColumnConfig52
      extended by org.drools.workbench.models.guided.dtable.shared.model.ConditionCol52
          extended by org.drools.workbench.models.guided.dtable.shared.model.BRLConditionColumn
              extended by org.drools.workbench.models.guided.dtable.shared.model.LimitedEntryBRLConditionColumn
All Implemented Interfaces:
HasOperator, HasParameterizedOperator, HasBinding, BaseColumn, BRLColumn<IPattern,BRLConditionVariableColumn>, CompositeColumn<BRLConditionVariableColumn>, DiffColumn, LimitedEntryCol

public class LimitedEntryBRLConditionColumn
extends BRLConditionColumn
implements LimitedEntryCol

This is the config for a BRLConditionColumn that supports Limited Entry. Since a Limited Entry BRLConditionColumn contains the literal values in the BRL definition it does not have a discrete value itself.


Field Summary
 
Fields inherited from class org.drools.workbench.models.guided.dtable.shared.model.BRLConditionColumn
FIELD_CHILD_COLUMNS, FIELD_DEFINITION
 
Fields inherited from class org.drools.workbench.models.guided.dtable.shared.model.ConditionCol52
FIELD_BINDING, FIELD_CONSTRAINT_VALUE_TYPE, FIELD_FACT_FIELD, FIELD_FIELD_TYPE, FIELD_OPERATOR, FIELD_VALUE_LIST
 
Fields inherited from class org.drools.workbench.models.guided.dtable.shared.model.DTColumnConfig52
defaultValue, FIELD_DEFAULT_VALUE, FIELD_HEADER, FIELD_HIDE_COLUMN, FIELD_WIDTH
 
Constructor Summary
LimitedEntryBRLConditionColumn()
           
 
Method Summary
 List<BRLConditionVariableColumn> getChildColumns()
           
 DTCellValue52 getValue()
           
 void setChildColumns(List<BRLConditionVariableColumn> childColumns)
           
 void setValue(DTCellValue52 value)
           
 
Methods inherited from class org.drools.workbench.models.guided.dtable.shared.model.BRLConditionColumn
diff, getDefinition, setDefinition, setHeader, setHideColumn
 
Methods inherited from class org.drools.workbench.models.guided.dtable.shared.model.ConditionCol52
clearParameters, deleteParameter, getBinding, getConstraintValueType, getFactField, getFieldType, getOperator, getParameter, getParameters, getValueList, isBound, setBinding, setConstraintValueType, setFactField, setFieldType, setOperator, setParameter, setParameters, setValueList
 
Methods inherited from class org.drools.workbench.models.guided.dtable.shared.model.DTColumnConfig52
extractDefaultValue, getDefaultValue, getHeader, getWidth, isEqualOrNull, isHideColumn, setDefaultValue, setWidth
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.drools.workbench.models.guided.dtable.shared.model.BaseColumn
getDefaultValue, getHeader, getWidth, isHideColumn, setDefaultValue, setWidth
 

Constructor Detail

LimitedEntryBRLConditionColumn

public LimitedEntryBRLConditionColumn()
Method Detail

getValue

public DTCellValue52 getValue()
Specified by:
getValue in interface LimitedEntryCol

setValue

public void setValue(DTCellValue52 value)
Specified by:
setValue in interface LimitedEntryCol

getChildColumns

public List<BRLConditionVariableColumn> getChildColumns()
Specified by:
getChildColumns in interface CompositeColumn<BRLConditionVariableColumn>
Overrides:
getChildColumns in class BRLConditionColumn

setChildColumns

public void setChildColumns(List<BRLConditionVariableColumn> childColumns)
Specified by:
setChildColumns in interface CompositeColumn<BRLConditionVariableColumn>
Overrides:
setChildColumns in class BRLConditionColumn

Drools Workbench - Guided Decision Table Model 6.2.0.CR1

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.