Uses of Class
org.drools.compiler.lang.descr.RelationalExprDescr
-
Packages that use RelationalExprDescr Package Description org.drools.compiler.lang.descr org.drools.compiler.rule.builder org.drools.compiler.rule.builder.util -
-
Uses of RelationalExprDescr in org.drools.compiler.lang.descr
Methods in org.drools.compiler.lang.descr that return RelationalExprDescr Modifier and Type Method Description RelationalExprDescrRelationalExprDescr. replaceVariable(String oldVar, String newVar)Constructors in org.drools.compiler.lang.descr with parameters of type RelationalExprDescr Constructor Description ReturnValueRestrictionDescr(String evaluator, RelationalExprDescr relDescr, Object content) -
Uses of RelationalExprDescr in org.drools.compiler.rule.builder
Methods in org.drools.compiler.rule.builder with parameters of type RelationalExprDescr Modifier and Type Method Description protected org.drools.core.spi.ConstraintPatternBuilder. buildConstraintForPattern(RuleBuildContext context, org.drools.core.rule.Pattern pattern, RelationalExprDescr relDescr, String expr, String value1, String value2, boolean isConstant, Map<String,OperatorDescr> aliases)protected LiteralRestrictionDescrPatternBuilder. buildLiteralRestrictionDescr(RuleBuildContext context, RelationalExprDescr exprDescr, String rightValue, boolean isRightLiteral)protected org.drools.core.spi.ConstraintPatternBuilder. buildRelationalExpression(RuleBuildContext context, org.drools.core.rule.Pattern pattern, RelationalExprDescr relDescr, String expr, Map<String,OperatorDescr> aliases)org.drools.core.spi.ConstraintConstraintBuilder. buildVariableConstraint(RuleBuildContext context, org.drools.core.rule.Pattern pattern, String expression, org.drools.core.rule.Declaration[] declarations, String leftValue, OperatorDescr operator, String rightValue, org.drools.core.spi.InternalReadAccessor extractor, org.drools.core.rule.Declaration requiredDeclaration, RelationalExprDescr relDescr, Map<String,OperatorDescr> aliases)org.drools.core.spi.ConstraintConstraintBuilder.DummyConstraintBuilder. buildVariableConstraint(RuleBuildContext context, org.drools.core.rule.Pattern pattern, String expression, org.drools.core.rule.Declaration[] declarations, String leftValue, OperatorDescr operator, String rightValue, org.drools.core.spi.InternalReadAccessor extractor, org.drools.core.rule.Declaration requiredDeclaration, RelationalExprDescr relDescr, Map<String,OperatorDescr> aliases)protected booleanPatternBuilder. isSimpleExpr(RelationalExprDescr relDescr) -
Uses of RelationalExprDescr in org.drools.compiler.rule.builder.util
Methods in org.drools.compiler.rule.builder.util with parameters of type RelationalExprDescr Modifier and Type Method Description static StringConstraintUtil. inverseExpression(RelationalExprDescr relDescr, String expression, String leftValue, String rightValue, String operator, org.drools.core.rule.Pattern pattern)Swap left and right operands in a constraint when a fact property is located on the right side.
-