| Package | Description |
|---|---|
| org.drools.compiler.compiler.xml |
This contains the parser and utilities for handling rules in XML format.
|
| org.drools.compiler.rule.builder | |
| org.drools.compiler.rule.builder.util |
| Modifier and Type | Method and Description |
|---|---|
void |
XmlDumper.visitLiteralRestrictionDescr(LiteralRestrictionDescr descr) |
| Modifier and Type | Method and Description |
|---|---|
protected LiteralRestrictionDescr |
PatternBuilder.buildLiteralRestrictionDescr(RuleBuildContext context,
RelationalExprDescr exprDescr,
String rightValue,
boolean isRightLiteral) |
| Modifier and Type | Method and Description |
|---|---|
org.drools.core.spi.Constraint |
ConstraintBuilder.buildLiteralConstraint(RuleBuildContext context,
org.drools.core.rule.Pattern pattern,
org.drools.core.base.ValueType vtype,
org.drools.core.spi.FieldValue field,
String expression,
String leftValue,
String operator,
boolean negated,
String rightValue,
org.drools.core.spi.InternalReadAccessor extractor,
LiteralRestrictionDescr restrictionDescr,
Map<String,OperatorDescr> aliases) |
org.drools.core.spi.Constraint |
ConstraintBuilder.DummyConstraintBuilder.buildLiteralConstraint(RuleBuildContext context,
org.drools.core.rule.Pattern pattern,
org.drools.core.base.ValueType vtype,
org.drools.core.spi.FieldValue field,
String expression,
String leftValue,
String operator,
boolean negated,
String rightValue,
org.drools.core.spi.InternalReadAccessor extractor,
LiteralRestrictionDescr restrictionDescr,
Map<String,OperatorDescr> aliases) |
org.drools.core.spi.Evaluator |
ConstraintBuilder.buildLiteralEvaluator(RuleBuildContext context,
org.drools.core.spi.InternalReadAccessor extractor,
LiteralRestrictionDescr literalRestrictionDescr,
org.drools.core.base.ValueType vtype) |
org.drools.core.spi.Evaluator |
ConstraintBuilder.DummyConstraintBuilder.buildLiteralEvaluator(RuleBuildContext context,
org.drools.core.spi.InternalReadAccessor extractor,
LiteralRestrictionDescr literalRestrictionDescr,
org.drools.core.base.ValueType vtype) |
| Modifier and Type | Method and Description |
|---|---|
static String |
PatternBuilderUtil.normalizeStringOperator(String leftValue,
String rightValue,
LiteralRestrictionDescr restrictionDescr) |
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.