org.drools.spi
Interface AlphaNodeFieldConstraint

All Superinterfaces:
Cloneable, Constraint, Externalizable, RuleComponent, Serializable
All Known Implementing Classes:
AbstractCompositeConstraint, LiteralConstraint, MutableTypeConstraint, PredicateConstraint, ReturnValueConstraint, VariableConstraint

public interface AlphaNodeFieldConstraint
extends Constraint


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.drools.spi.Constraint
Constraint.ConstraintType
 
Method Summary
 ContextEntry createContextEntry()
           
 boolean isAllowed(InternalFactHandle handle, InternalWorkingMemory workingMemory, ContextEntry context)
           
 
Methods inherited from interface org.drools.spi.Constraint
clone, getRequiredDeclarations, getType, isTemporal, replaceDeclaration
 
Methods inherited from interface java.io.Externalizable
readExternal, writeExternal
 

Method Detail

createContextEntry

ContextEntry createContextEntry()

isAllowed

boolean isAllowed(InternalFactHandle handle,
                  InternalWorkingMemory workingMemory,
                  ContextEntry context)


Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.