org.drools.common
Class BetaNodeBinder

java.lang.Object
  extended byorg.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()

getConstraints

public FieldConstraint[] getConstraints()

equals

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

Parameters:
object - The object to test.
Returns:
true if object is equal to this, otherwise false.