KSLCore
Toggle table of contents
R1.3
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
KSLCore
KSLCore
/
ksl.modeling.station
/
PriorityQueueSelection
Priority
Queue
Selection
class
PriorityQueueSelection
:
NWayQueueSelectionRuleIfc
(
source
)
Serves the lowest-index non-empty queue first (strict priority by queue index).
Members
Constructors
Priority
Queue
Selection
Link copied to clipboard
constructor
(
)
Functions
select
Queue
Link copied to clipboard
open
override
fun
selectQueue
(
queues
:
List
<
QueueCIfc
<
ModelElement.QObject
>
>
)
:
Int
?