Package org.drools.base.rule.constraint
Interface AlphaNodeFieldConstraint
- All Superinterfaces:
Cloneable,Constraint,Externalizable,RuleComponent,Serializable
- All Known Implementing Classes:
MutableTypeConstraint,NegConstraint,QueryNameConstraint,XpathConstraint
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.drools.base.rule.constraint.Constraint
Constraint.ConstraintType -
Method Summary
Modifier and TypeMethodDescriptionClone this constraints only if it is already used by a different node, otherwise returns thisbooleanisAllowed(FactHandle handle, ValueResolver valueResolver) Methods inherited from interface org.drools.base.rule.constraint.Constraint
addPackageNames, clone, equals, getListenedPropertyMask, getPackageNames, getRequiredDeclarations, getType, isTemporal, mergeEvaluationContext, registerEvaluationContext, replaceDeclarationMethods inherited from interface java.io.Externalizable
readExternal, writeExternal
-
Method Details
-
isAllowed
-
cloneIfInUse
AlphaNodeFieldConstraint cloneIfInUse()Clone this constraints only if it is already used by a different node, otherwise returns this
-