Package org.drools.core.spi
Interface BetaNodeFieldConstraint
-
- All Superinterfaces:
Cloneable,Constraint,Externalizable,RuleComponent,Serializable
- All Known Implementing Classes:
AbstractCompositeConstraint,EvaluatorConstraint,InstanceNotEqualsConstraint,MutableTypeConstraint,PredicateConstraint,TupleStartEqualsConstraint,XpathConstraint
public interface BetaNodeFieldConstraint extends Constraint
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.drools.core.spi.Constraint
Constraint.ConstraintType
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BetaNodeFieldConstraintcloneIfInUse()Clone this constraints only if it is already used by a different node, otherwise returns thisContextEntrycreateContextEntry()booleanisAllowedCachedLeft(ContextEntry context, InternalFactHandle handle)booleanisAllowedCachedRight(Tuple tuple, ContextEntry context)-
Methods inherited from interface org.drools.core.spi.Constraint
addPackageNames, clone, equals, getListenedPropertyMask, getPackageNames, getRequiredDeclarations, getType, isTemporal, mergeEvaluationContext, registerEvaluationContext, replaceDeclaration
-
Methods inherited from interface java.io.Externalizable
readExternal, writeExternal
-
-
-
-
Method Detail
-
isAllowedCachedLeft
boolean isAllowedCachedLeft(ContextEntry context, InternalFactHandle handle)
-
isAllowedCachedRight
boolean isAllowedCachedRight(Tuple tuple, ContextEntry context)
-
createContextEntry
ContextEntry createContextEntry()
-
cloneIfInUse
BetaNodeFieldConstraint cloneIfInUse()
Clone this constraints only if it is already used by a different node, otherwise returns this
-
-