Uses of Class
org.drools.compiler.lang.descr.RestrictionDescr
-
Packages that use RestrictionDescr Package Description org.drools.compiler.lang.descr -
-
Uses of RestrictionDescr in org.drools.compiler.lang.descr
Subclasses of RestrictionDescr in org.drools.compiler.lang.descr Modifier and Type Class Description classConnectiveDescrThis is used to connect restrictions together for a single field eg: age < 40 & > 30classEvaluatorBasedRestrictionDescrThis is a super class for all restrictions that are based on evaluators.classLiteralRestrictionDescrThis represents a literal node in the rule language.classPredicateDescrclassQualifiedIdentifierRestrictionDescrThis represents a qualified identifier, like enums or subfield access in variables like "$p.name".classRestrictionConnectiveDescrThis is used to connect restrictions together for a single field eg: age < 40 & > 30classReturnValueRestrictionDescrclassVariableRestrictionDescrMethods in org.drools.compiler.lang.descr that return types with arguments of type RestrictionDescr Modifier and Type Method Description List<RestrictionDescr>RestrictionConnectiveDescr. getRestrictions()Methods in org.drools.compiler.lang.descr with parameters of type RestrictionDescr Modifier and Type Method Description voidRestrictionConnectiveDescr. addOrMerge(RestrictionDescr restriction)voidFieldConstraintDescr. addRestriction(RestrictionDescr restriction)voidRestrictionConnectiveDescr. addRestriction(RestrictionDescr restriction)
-