SimPort
Toggle table of contents
1.0-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
SimPort
ports
/
com.group7.compound
/
CompoundNode
Compound
Node
abstract
class
CompoundNode
(
label
:
String
,
incoming
:
List
<
Connection
<
*
,
*
>
>
,
outgoing
:
List
<
OutputRef
<
*
,
*
>
>
)
:
NodeGroup
Inheritors
BoundedSubnetwork
Members
Constructors
Compound
Node
Link copied to clipboard
constructor
(
label
:
String
,
incoming
:
List
<
Connection
<
*
,
*
>
>
,
outgoing
:
List
<
OutputRef
<
*
,
*
>
>
)
Properties
incoming
Link copied to clipboard
override
val
incoming
:
List
<
InputChannel
<
*
,
*
>
>
label
Link copied to clipboard
val
label
:
String
outgoing
Link copied to clipboard
override
val
outgoing
:
List
<
OutputChannel
<
*
,
*
>
>
parent
Link copied to clipboard
val
parent
:
NodeGroup
?
stack
Trace
Link copied to clipboard
val
stackTrace
:
List
<
StackTraceElement
?
>
Functions
properties
Link copied to clipboard
open
fun
properties
(
)
:
List
<
DisplayProperty
>
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String