当前页面:
在线文档首页 >
JBoss RULES 3.0.6 API 英文版文档
LogicalDependency - JBoss RULES 3.0.6 API 英文版文档
org.drools.common
Class LogicalDependency
java.lang.Object
org.drools.util.AbstractBaseLinkedListNode
org.drools.common.LogicalDependency
- All Implemented Interfaces:
- java.io.Serializable, LinkedListNode
public class LogicalDependency
- extends AbstractBaseLinkedListNode
LogicalDependency is a special node for LinkedLists that maintains
references for the Activation justifier and the justified FactHandle.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
LogicalDependency
public LogicalDependency(Activation justifier,
FactHandle factHandle)
getFactHandle
public FactHandle getFactHandle()
getJustifier
public Activation getJustifier()
equals
public boolean equals(java.lang.Object object)
- Overrides:
equals
in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object