Uses of Interface
org.drools.ide.common.client.modeldriven.dt52.CompositeColumn

Packages that use CompositeColumn
org.drools.ide.common.client.modeldriven.dt52   
 

Uses of CompositeColumn in org.drools.ide.common.client.modeldriven.dt52
 

Subinterfaces of CompositeColumn in org.drools.ide.common.client.modeldriven.dt52
 interface BRLColumn<T,C extends BaseColumn>
          A column that consists of a BRL fragment
 

Classes in org.drools.ide.common.client.modeldriven.dt52 that implement CompositeColumn
 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.ide.common.client.modeldriven.dt52 that return types with arguments of type CompositeColumn
 List<CompositeColumn<? extends BaseColumn>> GuidedDecisionTable52.getConditions()
           
 

Method parameters in org.drools.ide.common.client.modeldriven.dt52 with type arguments of type CompositeColumn
 void GuidedDecisionTable52.setConditionPatterns(List<CompositeColumn<? extends BaseColumn>> conditionPatterns)
           
 



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