shark
3.0-alpha-8
jvm
shark
/
shark
/
ShortestPathObjectNode
/
GrowingChildNode
Growing
Child
Node
data
class
GrowingChildNode
(
val
child
:
ShortestPathObjectNode
,
val
objectCountIncrease
:
Int
)
Members
Constructors
Growing
Child
Node
Link copied to clipboard
constructor
(
child
:
ShortestPathObjectNode
,
objectCountIncrease
:
Int
)
Properties
child
Link copied to clipboard
val
child
:
ShortestPathObjectNode
object
Count
Increase
Link copied to clipboard
val
objectCountIncrease
:
Int