NodeConnection

open class NodeConnection<N> : Connection<N>

Inheritors

Constructors

Link copied to clipboard
constructor(fromNode: N, toNode: N, cost: Float)

Functions

Link copied to clipboard
open fun getCost(): Float
Link copied to clipboard
open fun getFromNode(): N
Link copied to clipboard
open fun getToNode(): N