agl-processor
/
agl.runtime.graph
/
CompletedNodesStore
common
Completed
Nodes
Store
class
CompletedNodesStore
<
T
>(num:
Int
, inputLength:
Int
)
Content copied to clipboard
Functions
Properties
Functions
clear
Link copied to clipboard
common
fun
clear
()
Content copied to clipboard
get
Link copied to clipboard
common
operator fun
get
(runtimeRule:
RuntimeRule
, inputPosition:
Int
):
T
?
Content copied to clipboard
set
Link copied to clipboard
common
operator fun
set
(runtimeRule:
RuntimeRule
, inputPosition:
Int
, value:
T
)
Content copied to clipboard
Properties
inputLength
Link copied to clipboard
common
val
inputLength
:
Int
Content copied to clipboard
num
Link copied to clipboard
common
val
num
:
Int
Content copied to clipboard