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
/
PoolSpec
Pool
Spec
@
Serializable
data
class
PoolSpec
(
val
name
:
String
,
val
capacity
:
Int
=
1
)
(
source
)
A shared resource pool (not a routing node); referenced by
PooledStationSpec.pool
.
Members
Constructors
Pool
Spec
Link copied to clipboard
constructor
(
name
:
String
,
capacity
:
Int
=
1
)
Properties
capacity
Link copied to clipboard
val
capacity
:
Int
name
Link copied to clipboard
val
name
:
String