Class: matlab.DiscreteEventSystem
Package: matlab
Define system priority queue storage
storage=queueSysPriority(entityType,capacity,order)
defines a priority queue storage element that sorts entities by their system priorities.
Use this method when implementing the storage
=queueSysPriority(entityType
,capacity
,order
)getEntityStorageImpl
method.
getEntityStorageImpl
| queueFIFO
| queueLIFO
| queuePriority