站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > 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
  extended by org.drools.util.AbstractBaseLinkedListNode
      extended by 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

Constructor Summary
LogicalDependency(Activation justifier, FactHandle factHandle)
           
 
Method Summary
 boolean equals(Object object)
           
 FactHandle getFactHandle()
           
 Activation getJustifier()
           
 int hashCode()
           
 
Methods inherited from class org.drools.util.AbstractBaseLinkedListNode
getNext, getPrevious, setNext, setPrevious
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogicalDependency

public LogicalDependency(Activation justifier,
                         FactHandle factHandle)
Method Detail

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.