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
/
CapacityItemSpec
Capacity
Item
Spec
@
Serializable
data
class
CapacityItemSpec
(
val
capacity
:
Int
,
val
duration
:
Double
)
(
source
)
One step of a capacity schedule: hold
capacity
for
duration
.
Members
Constructors
Capacity
Item
Spec
Link copied to clipboard
constructor
(
capacity
:
Int
,
duration
:
Double
)
Properties
capacity
Link copied to clipboard
val
capacity
:
Int
duration
Link copied to clipboard
val
duration
:
Double