Uses of Class
org.drools.drl.ast.descr.RestrictionDescr
Packages that use RestrictionDescr
-
Uses of RestrictionDescr in org.drools.drl.ast.descr
Subclasses of RestrictionDescr in org.drools.drl.ast.descrModifier and TypeClassDescriptionclassThis is used to connect restrictions together for a single field eg: age < 40 & > 30classThis is a super class for all restrictions that are based on evaluators.classThis represents a literal node in the rule language.classclassThis represents a qualified identifier, like enums or subfield access in variables like "$p.name".classThis is used to connect restrictions together for a single field eg: age < 40 & > 30classclassMethods in org.drools.drl.ast.descr that return types with arguments of type RestrictionDescrMethods in org.drools.drl.ast.descr with parameters of type RestrictionDescrModifier and TypeMethodDescriptionvoidRestrictionConnectiveDescr.addOrMerge(RestrictionDescr restriction) voidFieldConstraintDescr.addRestriction(RestrictionDescr restriction) voidRestrictionConnectiveDescr.addRestriction(RestrictionDescr restriction)