Uses of Interface
org.drools.workbench.models.guided.dtable.shared.model.CompositeColumn
-
Packages that use CompositeColumn Package Description 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 Modifier and Type Interface Description interfaceBRLColumn<T,C extends BaseColumn>A column that consists of a BRL fragmentClasses in org.drools.workbench.models.guided.dtable.shared.model that implement CompositeColumn Modifier and Type Class Description classActionInsertFactFieldsPatternA Fact Pattern used by the ActionInsertFactFieldsPage Wizard page adding a flag indicating whether the Pattern is inserted Logically or notclassBRLActionColumnAn Action column defined with a BRL fragmentclassBRLConditionColumnA Condition column defined with a BRL fragmentclassLimitedEntryBRLActionColumnThis is the config for a BRLActionColumn that supports Limited Entry.classLimitedEntryBRLConditionColumnThis is the config for a BRLConditionColumn that supports Limited Entry.classPattern52A Fact Pattern to which column definitions can be addedMethods in org.drools.workbench.models.guided.dtable.shared.model that return types with arguments of type CompositeColumn Modifier and Type Method Description List<CompositeColumn<? extends BaseColumn>>GuidedDecisionTable52. getConditions()Method parameters in org.drools.workbench.models.guided.dtable.shared.model with type arguments of type CompositeColumn Modifier and Type Method Description voidGuidedDecisionTable52. 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 Modifier and Type Class Description classFactPatternPattern52AdaptorAdaptor to use RuleModel class in GuidedDecisionTable
-