org.drools.common
Class ActivationNode

java.lang.Object
  extended by org.drools.core.util.AbstractBaseLinkedListNode
      extended by org.drools.common.ActivationNode
All Implemented Interfaces:
Externalizable, Serializable, Entry, LinkedListNode

public class ActivationNode
extends AbstractBaseLinkedListNode

See Also:
Serialized Form

Constructor Summary
ActivationNode(Activation activation, Object parentContainer)
           
 
Method Summary
 Activation getActivation()
           
 Object getParentContainer()
           
 
Methods inherited from class org.drools.core.util.AbstractBaseLinkedListNode
getNext, getPrevious, readExternal, setNext, setNext, setPrevious, writeExternal
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActivationNode

public ActivationNode(Activation activation,
                      Object parentContainer)
Method Detail

getActivation

public Activation getActivation()

getParentContainer

public Object getParentContainer()


Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.