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
/
PooledStationSpec
Pooled
Station
Spec
@
Serializable
data
class
PooledStationSpec
(
val
name
:
String
,
val
pool
:
String
,
val
activityTime
:
RVData
?
=
null
,
val
routing
:
RoutingSpec
?
=
null
)
(
source
)
A station that seizes from a shared
pool
instead of its own resource.
Members
Constructors
Pooled
Station
Spec
Link copied to clipboard
constructor
(
name
:
String
,
pool
:
String
,
activityTime
:
RVData
?
=
null
,
routing
:
RoutingSpec
?
=
null
)
Properties
activity
Time
Link copied to clipboard
val
activityTime
:
RVData
?
name
Link copied to clipboard
val
name
:
String
pool
Link copied to clipboard
val
pool
:
String
routing
Link copied to clipboard
val
routing
:
RoutingSpec
?