Package | Description |
---|---|
org.drools.compiler.lang.descr |
Modifier and Type | Class and Description |
---|---|
class |
ConnectiveDescr
This is used to connect restrictions together for a single field
eg:
age < 40 & > 30
|
class |
EvaluatorBasedRestrictionDescr
This is a super class for all restrictions that are based on
evaluators.
|
class |
LiteralRestrictionDescr
This represents a literal node in the rule language.
|
class |
PredicateDescr |
class |
QualifiedIdentifierRestrictionDescr
This represents a qualified identifier, like enums or subfield
access in variables like "$p.name".
|
class |
RestrictionConnectiveDescr
This is used to connect restrictions together for a single field
eg:
age < 40 & > 30
|
class |
ReturnValueRestrictionDescr |
class |
StringConnectiveDescr
This is used to connect restrictions together for a single field
eg:
age < 40 & > 30
|
class |
VariableRestrictionDescr |
Modifier and Type | Method and Description |
---|---|
List<RestrictionDescr> |
RestrictionConnectiveDescr.getRestrictions() |
Modifier and Type | Method and Description |
---|---|
void |
RestrictionConnectiveDescr.addOrMerge(RestrictionDescr restriction) |
void |
RestrictionConnectiveDescr.addRestriction(RestrictionDescr restriction) |
void |
FieldConstraintDescr.addRestriction(RestrictionDescr restriction) |
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.