public interface QueueUnit
Modifier and Type | Method and Description |
---|---|
int |
capacity()
Returns the capacity of the queue
|
java.lang.String |
getName() |
java.util.List<Agent> |
getPeds()
Returns the collection of agents in this queue.
|
boolean |
isCapacityLimited()
Returns
true if this queue has limited capacity |
int |
size()
Returns the current size of the queue
|
int size()
java.util.List<Agent> getPeds()
boolean isCapacityLimited()
true
if this queue has limited capacitytrue
if this queue has limited capacity,
false
otherwisecapacity()
int capacity()
isCapacityLimited()
java.lang.String getName()
Copyright © AnyLogic North America, LLC. All Rights Reserved.