Constructor and Description |
---|
DroolsBiRuleStructure(DroolsUniRuleStructure<A> aRuleStructure,
DroolsUniRuleStructure<B> bRuleStructure,
LongSupplier variableIdSupplier)
Builds a final version of the A pattern as it will no longer be mutated, and turns the B pattern into the new
primary pattern.
|
DroolsBiRuleStructure(DroolsUniRuleStructure<A> aRuleStructure,
DroolsUniRuleStructure<B> bRuleStructure,
LongSupplier variableIdSupplier)
Builds a final version of the A pattern as it will no longer be mutated, and turns the B pattern into the new
primary pattern.
|
Constructor and Description |
---|
DroolsQuadRuleStructure(DroolsTriRuleStructure<A,B,C> abcRuleStructure,
DroolsUniRuleStructure<D> dRuleStructure,
LongSupplier variableIdSupplier)
Builds a final version of the ABC pattern as it will no longer be mutated, and turns the D pattern into the new
primary pattern.
|
Constructor and Description |
---|
DroolsTriRuleStructure(DroolsBiRuleStructure<A,B> abRuleStructure,
DroolsUniRuleStructure<C> 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 |
---|
DroolsUniCondition(DroolsUniRuleStructure<A> ruleStructure) |
Copyright © 2006–2019 JBoss by Red Hat. All rights reserved.