org.drools.spi
Interface BetaNodeFieldConstraint
- All Superinterfaces:
- Cloneable, Constraint, Externalizable, RuleComponent, Serializable
- All Known Implementing Classes:
- AbstractCompositeConstraint, EvaluatorConstraint, InstanceEqualsConstraint, InstanceNotEqualsConstraint, MutableTypeConstraint, MvelConstraint, PredicateConstraint, TupleStartEqualsConstraint
public interface BetaNodeFieldConstraint
- extends Constraint
isAllowedCachedLeft
boolean isAllowedCachedLeft(ContextEntry context,
InternalFactHandle handle)
isAllowedCachedRight
boolean isAllowedCachedRight(LeftTuple tuple,
ContextEntry context)
createContextEntry
ContextEntry createContextEntry()
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.