Uses of Class
org.drools.model.PatternDSL.LogicalCombiner
-
Packages that use PatternDSL.LogicalCombiner Package Description org.drools.model -
-
Uses of PatternDSL.LogicalCombiner in org.drools.model
Methods in org.drools.model that return PatternDSL.LogicalCombiner Modifier and Type Method Description static PatternDSL.LogicalCombinerPatternDSL.LogicalCombiner. valueOf(String name)Returns the enum constant of this type with the specified name.static PatternDSL.LogicalCombiner[]PatternDSL.LogicalCombiner. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.drools.model with parameters of type PatternDSL.LogicalCombiner Constructor Description CombinedPatternExprItem(PatternDSL.LogicalCombiner combiner, List<PatternDSL.PatternItem<T>> items)SubPatternDefImpl(PatternDSL.PatternDefImpl<T> parent, PatternDSL.LogicalCombiner combiner)
-