Uses of Enum Class
org.drools.model.PatternDSL.LogicalCombiner
Packages that use PatternDSL.LogicalCombiner
-
Uses of PatternDSL.LogicalCombiner in org.drools.model
Methods in org.drools.model that return PatternDSL.LogicalCombinerModifier and TypeMethodDescriptionstatic PatternDSL.LogicalCombinerReturns the enum constant of this class with the specified name.static PatternDSL.LogicalCombiner[]PatternDSL.LogicalCombiner.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.drools.model with parameters of type PatternDSL.LogicalCombinerModifierConstructorDescriptionCombinedPatternExprItem(PatternDSL.LogicalCombiner combiner, List<PatternDSL.PatternItem<T>> items) SubPatternDefImpl(PatternDSL.PatternDefImpl<T> parent, PatternDSL.LogicalCombiner combiner)