当前页面:
在线文档首页 >
JBoss RULES 4.0.0.11754MR2 API 英文版文档
LogicalDependency (Drools 4.0.0.11754MR2 API) - JBoss RULES 4.0.0.11754MR2 API 英文版文档
org.drools.common
Class LogicalDependency
java.lang.Object
org.drools.util.AbstractBaseLinkedListNode
org.drools.common.LogicalDependency
- All Implemented Interfaces:
- 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.
- Author:
- Mark Proctor
- See Also:
- Serialized Form
LogicalDependency
public LogicalDependency(Activation justifier,
FactHandle factHandle)
getFactHandle
public FactHandle getFactHandle()
getJustifier
public Activation getJustifier()
equals
public boolean equals(Object object)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
Copyright © 2001-2007
JBoss Inc.. All Rights Reserved.