Uses of Class
org.kie.dmn.core.compiler.alphanetbased.CanBeInlinedAlphaNode.Builder
-
Packages that use CanBeInlinedAlphaNode.Builder Package Description org.kie.dmn.core.compiler.alphanetbased -
-
Uses of CanBeInlinedAlphaNode.Builder in org.kie.dmn.core.compiler.alphanetbased
Methods in org.kie.dmn.core.compiler.alphanetbased that return CanBeInlinedAlphaNode.Builder Modifier and Type Method Description static CanBeInlinedAlphaNode.BuilderCanBeInlinedAlphaNode. createBuilder()<T> CanBeInlinedAlphaNode.BuilderCanBeInlinedAlphaNode.Builder. withConstraint(String id, org.drools.model.functions.Predicate1<T> predicate, org.drools.model.Index index, org.drools.model.Variable<T> variable, org.drools.core.rule.Declaration declaration)IMPORTANT: remember to use the FEEL expression as an Identifier for the same constraintCanBeInlinedAlphaNode.BuilderCanBeInlinedAlphaNode.Builder. withFeelConstraint(String feelConstraintTest, int index, String traceString)
-