org.drools.core.spi
Interface AlphaNodeFieldConstraint
- All Superinterfaces:
- Cloneable, Constraint, Externalizable, RuleComponent, Serializable
- All Known Implementing Classes:
- AbstractCompositeConstraint, EvaluatorConstraint, MutableTypeConstraint, MvelConstraint, PredicateConstraint, QueryNameConstraint
public interface AlphaNodeFieldConstraint
- extends Constraint
createContextEntry
ContextEntry createContextEntry()
isAllowed
boolean isAllowed(InternalFactHandle handle,
InternalWorkingMemory workingMemory,
ContextEntry context)
cloneIfInUse
AlphaNodeFieldConstraint cloneIfInUse()
- Clone this constraints only if it is already used by a different node, otherwise returns this
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.