getInputNodes

open override fun getInputNodes(): List<GraphNode>(source)

Gets all input nodes (nodes with no incoming edges)


open override fun getInputNodes(node: GraphNode): List<GraphNode>(source)

Gets nodes that are inputs to the given node