KSLCore
Toggle table of contents
R1.3
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
KSLCore
KSLCore
/
ksl.modeling.station
/
NetworkArc
Network
Arc
data
class
NetworkArc
(
val
from
:
String
,
val
to
:
String
)
(
source
)
A directed connection between two registered nodes of a
StationNetwork
, by name.
Members
Constructors
Network
Arc
Link copied to clipboard
constructor
(
from
:
String
,
to
:
String
)
Properties
from
Link copied to clipboard
val
from
:
String
to
Link copied to clipboard
val
to
:
String