private static class AbstractCallStackBasedStopCondition.NodeStartEntry
extends java.lang.Object
AbstractCallStackBasedStopCondition.startingCallStackSizePerGoal
 to represent the initial Node of Goal on which
 the auto mode was started together with its call stack size.| Modifier and Type | Field and Description | 
|---|---|
private Node | 
node
 | 
private int | 
nodeCallStackSize
The call stack size of  
node. | 
| Constructor and Description | 
|---|
NodeStartEntry(Node node,
              int nodeCallStackSize)
Constructor. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Node | 
getNode()
 | 
int | 
getNodeCallStackSize()
Returns the call stack size of  
getNode(). |