SKaiNET
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
SKaiNET
skainet-compile-dag
/
sk.ainet.lang.graph
/
SimpleComputeGraph
/
getInputNodes
get
Input
Nodes
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