public interface BetaNodeConstraintFactory
| Modifier and Type | Interface and Description |
|---|---|
static class |
BetaNodeConstraintFactory.Factory |
| Modifier and Type | Method and Description |
|---|---|
DefaultBetaConstraints |
createDefaultBetaConstraints(BetaNodeFieldConstraint[] constraints,
RuleBaseConfiguration conf,
boolean disableIndexing) |
DoubleBetaConstraints |
createDoubleBetaConstraints(BetaNodeFieldConstraint[] constraints,
RuleBaseConfiguration conf,
boolean disableIndexing) |
QuadroupleBetaConstraints |
createQuadroupleBetaConstraints(BetaNodeFieldConstraint[] constraints,
RuleBaseConfiguration conf,
boolean disableIndexing) |
SingleBetaConstraints |
createSingleBetaConstraints(BetaNodeFieldConstraint constraint,
RuleBaseConfiguration conf,
boolean disableIndex) |
TripleBetaConstraints |
createTripleBetaConstraints(BetaNodeFieldConstraint[] constraints,
RuleBaseConfiguration conf,
boolean disableIndexing) |
SingleBetaConstraints createSingleBetaConstraints(BetaNodeFieldConstraint constraint, RuleBaseConfiguration conf, boolean disableIndex)
DoubleBetaConstraints createDoubleBetaConstraints(BetaNodeFieldConstraint[] constraints, RuleBaseConfiguration conf, boolean disableIndexing)
TripleBetaConstraints createTripleBetaConstraints(BetaNodeFieldConstraint[] constraints, RuleBaseConfiguration conf, boolean disableIndexing)
QuadroupleBetaConstraints createQuadroupleBetaConstraints(BetaNodeFieldConstraint[] constraints, RuleBaseConfiguration conf, boolean disableIndexing)
DefaultBetaConstraints createDefaultBetaConstraints(BetaNodeFieldConstraint[] constraints, RuleBaseConfiguration conf, boolean disableIndexing)
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.