当前页面:
在线文档首页 >
JBoss RULES 3.0.6 API 英文版文档
BetaNodeBinder - JBoss RULES 3.0.6 API 英文版文档
org.drools.common
Class BetaNodeBinder
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
simpleBinder
public static final BetaNodeBinder simpleBinder
BetaNodeBinder
public BetaNodeBinder()
BetaNodeBinder
public BetaNodeBinder(FieldConstraint constraint)
BetaNodeBinder
public BetaNodeBinder(FieldConstraint[] constraints)
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
.