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
/
SeparateStationSpec
Separate
Station
Spec
@
Serializable
data
class
SeparateStationSpec
(
val
name
:
String
,
val
routing
:
RoutingSpec
?
=
null
)
(
source
)
A station that separates a batch back into its members.
Members
Constructors
Separate
Station
Spec
Link copied to clipboard
constructor
(
name
:
String
,
routing
:
RoutingSpec
?
=
null
)
Properties
name
Link copied to clipboard
val
name
:
String
routing
Link copied to clipboard
val
routing
:
RoutingSpec
?