Drools Workbench - Guided Decision Table Model 6.2.0.Beta3

org.drools.workbench.models.guided.dtable.shared.model.legacy
Class GuidedDecisionTable

java.lang.Object
  extended by org.drools.workbench.models.guided.dtable.shared.model.legacy.GuidedDecisionTable

Deprecated.

@Deprecated
public class GuidedDecisionTable
extends Object


Field Summary
 List<ActionCol> actionCols
          Deprecated.  
 List<AttributeCol> attributeCols
          Deprecated.  
 List<ConditionCol> conditionCols
          Deprecated.  
 String[][] data
          Deprecated.  
 int descriptionWidth
          Deprecated.  
 String groupField
          Deprecated.  
static int INTERNAL_ELEMENTS
          Deprecated.  
 List<MetadataCol> metadataCols
          Deprecated.  
 String parentName
          Deprecated.  
 String tableName
          Deprecated.  
 
Constructor Summary
GuidedDecisionTable()
          Deprecated.  
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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. 

actionCols

public List<ActionCol> actionCols
Deprecated. 

data

public String[][] data
Deprecated. 

descriptionWidth

public int descriptionWidth
Deprecated. 

groupField

public String groupField
Deprecated. 
Constructor Detail

GuidedDecisionTable

public GuidedDecisionTable()
Deprecated. 

Drools Workbench - Guided Decision Table Model 6.2.0.Beta3

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