SimPort
Toggle table of contents
1.0-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
SimPort
ports
/
com.group7.properties
/
Split
Split
interface
Split
<
out
InputT
,
out
MainOutputT
,
out
SideOutputT
>
Indicates a node that splits entities into separate entities.
Inheritors
SplitNode
Members
Functions
on
Split
Link copied to clipboard
abstract
fun
onSplit
(
callback
:
context
(
Simulator
)
(
InputT
,
MainOutputT
,
SideOutputT
)
->
Unit
)