站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss RULES 3.0.6 API 英文版文档

ColumnConstraints - JBoss RULES 3.0.6 API 英文版文档


org.drools.leaps
Class ColumnConstraints

java.lang.Object
  extended by org.drools.leaps.ColumnConstraints
All Implemented Interfaces:
java.io.Serializable

public class ColumnConstraints
extends java.lang.Object
implements java.io.Serializable

Collection of Column specific constraints

See Also:
Serialized Form

Constructor Summary
ColumnConstraints(Column column, java.util.List alpha, BetaNodeBinder beta)
           
 
Method Summary
protected  java.lang.Class getClassType()
           
protected  boolean isAllowed(InternalFactHandle factHandle, Tuple tuple, WorkingMemory workingMemory)
           
 boolean isAllowedAlpha(InternalFactHandle factHandle, Tuple tuple, WorkingMemory workingMemory)
           
protected  boolean isAllowedBeta(InternalFactHandle factHandle, Tuple tuple, WorkingMemory workingMemory)
           
protected  boolean isAlphaPresent()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ColumnConstraints

public ColumnConstraints(Column column,
                         java.util.List alpha,
                         BetaNodeBinder beta)
Method Detail

getClassType

protected final java.lang.Class getClassType()

isAllowed

protected final boolean isAllowed(InternalFactHandle factHandle,
                                  Tuple tuple,
                                  WorkingMemory workingMemory)

isAllowedAlpha

public final boolean isAllowedAlpha(InternalFactHandle factHandle,
                                    Tuple tuple,
                                    WorkingMemory workingMemory)

isAllowedBeta

protected final boolean isAllowedBeta(InternalFactHandle factHandle,
                                      Tuple tuple,
                                      WorkingMemory workingMemory)

isAlphaPresent

protected final boolean isAlphaPresent()