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
/
BlockingStationSpec
Blocking
Station
Spec
@
Serializable
data
class
BlockingStationSpec
(
val
name
:
String
,
val
bufferCapacity
:
Int
,
val
activityTime
:
RVData
,
val
routing
:
RoutingSpec
?
=
null
)
(
source
)
A finite-buffer station with block-after-service semantics.
Members
Constructors
Blocking
Station
Spec
Link copied to clipboard
constructor
(
name
:
String
,
bufferCapacity
:
Int
,
activityTime
:
RVData
,
routing
:
RoutingSpec
?
=
null
)
Properties
activity
Time
Link copied to clipboard
val
activityTime
:
RVData
buffer
Capacity
Link copied to clipboard
val
bufferCapacity
:
Int
name
Link copied to clipboard
val
name
:
String
routing
Link copied to clipboard
val
routing
:
RoutingSpec
?