Package org.drools.base.rule.constraint
Interface AlphaNodeFieldConstraint
-
- All Superinterfaces:
java.lang.Cloneable,Constraint,java.io.Externalizable,RuleComponent,java.io.Serializable
- All Known Implementing Classes:
MutableTypeConstraint,NegConstraint,PredicateConstraint,QueryNameConstraint,XpathConstraint
public interface AlphaNodeFieldConstraint extends Constraint
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.drools.base.rule.constraint.Constraint
Constraint.ConstraintType
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AlphaNodeFieldConstraintcloneIfInUse()Clone this constraints only if it is already used by a different node, otherwise returns thisbooleanisAllowed(org.kie.api.runtime.rule.FactHandle handle, ValueResolver valueResolver)-
Methods inherited from interface org.drools.base.rule.constraint.Constraint
addPackageNames, clone, equals, getListenedPropertyMask, getListenedPropertyMask, getPackageNames, getRequiredDeclarations, getType, isTemporal, mergeEvaluationContext, registerEvaluationContext, replaceDeclaration
-
-
-
-
Method Detail
-
isAllowed
boolean isAllowed(org.kie.api.runtime.rule.FactHandle handle, ValueResolver valueResolver)
-
cloneIfInUse
AlphaNodeFieldConstraint cloneIfInUse()
Clone this constraints only if it is already used by a different node, otherwise returns this
-
-