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

BetaNodeBinder - JBoss RULES 3.0.6 API 英文版文档


org.drools.common
Class BetaNodeBinder

java.lang.Object
  extended by org.drools.common.BetaNodeBinder
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Field Summary
static BetaNodeBinder simpleBinder
           
 
Constructor Summary
BetaNodeBinder()
           
BetaNodeBinder(FieldConstraint constraint)
           
BetaNodeBinder(FieldConstraint[] constraints)
           
 
Method Summary
 boolean equals(java.lang.Object object)
          Determine if another object is equal to this.
 FieldConstraint[] getConstraints()
           
 java.util.Set getRequiredDeclarations()
           
 int hashCode()
           
 boolean isAllowed(InternalFactHandle handle, Tuple tuple, WorkingMemory workingMemory)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

simpleBinder

public static final BetaNodeBinder simpleBinder
Constructor Detail

BetaNodeBinder

public BetaNodeBinder()

BetaNodeBinder

public BetaNodeBinder(FieldConstraint constraint)

BetaNodeBinder

public BetaNodeBinder(FieldConstraint[] constraints)
Method Detail

isAllowed

public boolean isAllowed(InternalFactHandle handle,
                         Tuple tuple,
                         WorkingMemory workingMemory)

getRequiredDeclarations

public java.util.Set getRequiredDeclarations()

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getConstraints

public FieldConstraint[] getConstraints()

equals

public boolean equals(java.lang.Object object)
Determine if another object is equal to this.

Overrides:
equals in class java.lang.Object
Parameters:
object - The object to test.
Returns:
true if object is equal to this, otherwise false.