org.globus.cog.karajan.util
Class StateManager._RunningElement

java.lang.Object
  extended by org.globus.cog.karajan.util.StateManager._RunningElement
Enclosing class:
StateManager

public static class StateManager._RunningElement
extends Object


Field Summary
 FlowElement _element
           
 VariableStack _stack
           
 
Constructor Summary
StateManager._RunningElement(FlowElement element, VariableStack stack)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_element

public FlowElement _element

_stack

public VariableStack _stack
Constructor Detail

StateManager._RunningElement

public StateManager._RunningElement(FlowElement element,
                                    VariableStack stack)