org.drools.spi
Interface BetaNodeFieldConstraint
- All Superinterfaces:
- Cloneable, Constraint, Externalizable, RuleComponent, Serializable
- All Known Implementing Classes:
- AbstractCompositeConstraint, AndConstraint, InstanceEqualsConstraint, InstanceNotEqualsConstraint, MultiRestrictionFieldConstraint, MutableTypeConstraint, OrConstraint, PredicateConstraint, ReturnValueConstraint, TupleStartEqualsConstraint, VariableConstraint
public interface BetaNodeFieldConstraint
- extends Constraint
isAllowedCachedLeft
boolean isAllowedCachedLeft(ContextEntry context,
InternalFactHandle handle)
isAllowedCachedRight
boolean isAllowedCachedRight(LeftTuple tuple,
ContextEntry context)
createContextEntry
ContextEntry createContextEntry()
Copyright © 2001-2013 JBoss Inc.. All Rights Reserved.