private static class AbstractCallStackBasedStopCondition.NodeStartEntry extends 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 |
---|
AbstractCallStackBasedStopCondition.NodeStartEntry(Node node,
int nodeCallStackSize)
Constructor.
|