| Modifier and Type | Method and Description |
|---|---|
<C> DroolsBiRuleStructure<A,B,PatternVar> |
DroolsBiRuleStructure.existsOrNot(org.drools.model.PatternDSL.PatternDef<C> existencePattern,
boolean shouldExist) |
| Constructor and Description |
|---|
DroolsBiCondition(DroolsBiRuleStructure<A,B,PatternVar> ruleStructure) |
| Modifier and Type | Method and Description |
|---|---|
<NewA,NewB> |
DroolsRuleStructure.regroupBi(org.drools.model.Variable<Collection<BiTuple<NewA,NewB>>> newSource,
org.drools.model.PatternDSL.PatternDef<Collection<BiTuple<NewA,NewB>>> collectPattern,
org.drools.model.view.ViewItem<?> accumulatePattern) |
| Constructor and Description |
|---|
DroolsTriRuleStructure(DroolsBiRuleStructure<A,B,AbPatternVar> abRuleStructure,
DroolsUniRuleStructure<C,PatternVar> cRuleStructure,
LongSupplier variableIdSupplier)
Builds a final version of the AB pattern as it will no longer be mutated, and turns the C pattern into the new
primary pattern.
|
| Constructor and Description |
|---|
DroolsUniRuleStructure(DroolsBiRuleStructure<A,?,PatternVar> biRuleStructure) |
Copyright © 2006–2021 JBoss by Red Hat. All rights reserved.