ShortestPathObjectNode

Constructors

Link copied to clipboard
constructor(name: String, parent: ShortestPathObjectNode?)

Types

Link copied to clipboard
data class GrowingChildNode(val child: ShortestPathObjectNode, val objectCountIncrease: Int)

Functions

Link copied to clipboard
Link copied to clipboard
open override fun toString(): String

Properties

Link copied to clipboard
Link copied to clipboard

Returns a list of pair of child ShortestPathObjectNode and associated object count increase, filtered to only the children nodes that were marked as growing, i.e. children that had an object count increase greater or equal to the scenario loop count.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Set for growing nodes if the traversal requested the computation of retained sizes, otherwise null.

Link copied to clipboard

Set for growing nodes if retainedOrNull is not null. Non 0 if the previous traversal also computed retained size.

Link copied to clipboard