org.drools.util
Class FactList.FactEntryImpl

java.lang.Object
  extended by org.drools.util.AbstractBaseLinkedListNode
      extended by org.drools.util.LinkedListEntry
          extended by org.drools.util.FactList.FactEntryImpl
All Implemented Interfaces:
java.io.Serializable, FactEntry, LinkedListNode
Enclosing class:
FactList

public static class FactList.FactEntryImpl
extends LinkedListEntry
implements FactEntry, java.io.Serializable

See Also:
Serialized Form

Constructor Summary
FactList.FactEntryImpl(InternalFactHandle handle)
           
 
Method Summary
 InternalFactHandle getFactHandle()
           
 
Methods inherited from class org.drools.util.LinkedListEntry
equals, getObject, 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

FactList.FactEntryImpl

public FactList.FactEntryImpl(InternalFactHandle handle)
Method Detail

getFactHandle

public InternalFactHandle getFactHandle()
Specified by:
getFactHandle in interface FactEntry