Drools Workbench - Guided Decision Table Model 6.2.0.Beta3

Uses of Interface
org.drools.workbench.models.guided.dtable.shared.model.CompositeColumn

Packages that use CompositeColumn
org.drools.workbench.models.guided.dtable.shared.model   
org.drools.workbench.models.guided.dtable.shared.model.adaptors   
 

Uses of CompositeColumn in org.drools.workbench.models.guided.dtable.shared.model
 

Subinterfaces of CompositeColumn in org.drools.workbench.models.guided.dtable.shared.model
 interface BRLColumn<T,C extends BaseColumn>
          A column that consists of a BRL fragment
 

Classes in org.drools.workbench.models.guided.dtable.shared.model that implement CompositeColumn
 class ActionInsertFactFieldsPattern
          A Fact Pattern used by the ActionInsertFactFieldsPage Wizard page adding a flag indicating whether the Pattern is inserted Logically or not
 class BRLActionColumn
          An Action column defined with a BRL fragment
 class BRLConditionColumn
          A Condition column defined with a BRL fragment
 class LimitedEntryBRLActionColumn
          This is the config for a BRLActionColumn that supports Limited Entry.
 class LimitedEntryBRLConditionColumn
          This is the config for a BRLConditionColumn that supports Limited Entry.
 class Pattern52
          A Fact Pattern to which column definitions can be added
 

Methods in org.drools.workbench.models.guided.dtable.shared.model that return types with arguments of type CompositeColumn
 List<CompositeColumn<? extends BaseColumn>> GuidedDecisionTable52.getConditions()
           
 

Method parameters in org.drools.workbench.models.guided.dtable.shared.model with type arguments of type CompositeColumn
 void GuidedDecisionTable52.setConditionPatterns(List<CompositeColumn<? extends BaseColumn>> conditionPatterns)
           
 

Uses of CompositeColumn in org.drools.workbench.models.guided.dtable.shared.model.adaptors
 

Classes in org.drools.workbench.models.guided.dtable.shared.model.adaptors that implement CompositeColumn
 class FactPatternPattern52Adaptor
          Adaptor to use RuleModel class in GuidedDecisionTable
 


Drools Workbench - Guided Decision Table Model 6.2.0.Beta3

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