Class GuidedDecisionTable
- java.lang.Object
-
- org.drools.workbench.models.guided.dtable.shared.model.legacy.GuidedDecisionTable
-
@Deprecated public class GuidedDecisionTable extends Object
Deprecated.
-
-
Field Summary
Fields Modifier and Type Field Description List<ActionCol>actionColsDeprecated.List<AttributeCol>attributeColsDeprecated.List<ConditionCol>conditionColsDeprecated.String[][]dataDeprecated.intdescriptionWidthDeprecated.StringgroupFieldDeprecated.static intINTERNAL_ELEMENTSDeprecated.List<MetadataCol>metadataColsDeprecated.StringparentNameDeprecated.StringtableNameDeprecated.
-
Constructor Summary
Constructors Constructor Description GuidedDecisionTable()Deprecated.
-
-
-
Field Detail
-
INTERNAL_ELEMENTS
public static final int INTERNAL_ELEMENTS
Deprecated.- See Also:
- Constant Field Values
-
tableName
public String tableName
Deprecated.
-
parentName
public String parentName
Deprecated.
-
metadataCols
public List<MetadataCol> metadataCols
Deprecated.
-
attributeCols
public List<AttributeCol> attributeCols
Deprecated.
-
conditionCols
public List<ConditionCol> conditionCols
Deprecated.
-
data
public String[][] data
Deprecated.
-
descriptionWidth
public int descriptionWidth
Deprecated.
-
groupField
public String groupField
Deprecated.
-
-