KSLCore
Toggle table of contents
R1.3
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
KSLCore
KSLCore
/
ksl.modeling.station.config
/
TypeBranch
Type
Branch
@
Serializable
data
class
TypeBranch
(
val
type
:
Int
,
val
to
:
String
)
(
source
)
A by-type routing branch: instances of
type
go to
to
.
Members
Constructors
Type
Branch
Link copied to clipboard
constructor
(
type
:
Int
,
to
:
String
)
Properties
to
Link copied to clipboard
val
to
:
String
type
Link copied to clipboard
val
type
:
Int