toggle menu
KSLCore
R1.1.3
jvm
switch theme
search in API
KSLCore
/
ksl.modeling.entity
/
ResourceWithQ
/
CapacityChangeNotice
Capacity
Change
Notice
inner
class
CapacityChangeNotice
(
val
capacity
:
Int
=
0
,
val
duration
:
Double
=
Double.POSITIVE_INFINITY
,
val
priority
:
Int
=
KSLEvent.DEFAULT_PRIORITY
)
Members
Constructors
Capacity
Change
Notice
Link copied to clipboard
constructor
(
capacity
:
Int
=
0
,
duration
:
Double
=
Double.POSITIVE_INFINITY
,
priority
:
Int
=
KSLEvent.DEFAULT_PRIORITY
)
Properties
amount
Needed
Link copied to clipboard
var
amountNeeded
:
Int
capacity
Link copied to clipboard
val
capacity
:
Int
=
0
capacity
Schedule
Link copied to clipboard
var
capacitySchedule
:
CapacitySchedule
?
change
Event
Link copied to clipboard
var
changeEvent
:
KSLEvent
<
ResourceWithQ.CapacityChangeNotice
>
?
create
Time
Link copied to clipboard
val
createTime
:
Double
duration
Link copied to clipboard
val
duration
:
Double
id
Link copied to clipboard
val
id
:
Int
priority
Link copied to clipboard
val
priority
:
Int
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String