Package com.uc4.communication.requests
Class NavigatorQueueTree.QueueLeaf
java.lang.Object
com.uc4.communication.requests.NavigatorQueueTree.QueueNode
com.uc4.communication.requests.NavigatorQueueTree.QueueLeaf
- All Implemented Interfaces:
ITreeItem
- Enclosing class:
- NavigatorQueueTree
Represents a leaf in the
NavigatorQueueTree
.-
Method Summary
Modifier and TypeMethodDescriptionReturns the status of the Queue (Green, Yellow or Red).Methods inherited from class com.uc4.communication.requests.NavigatorQueueTree.QueueNode
childIterator, getId, getName, size, trafficLight
-
Method Details
-
getStatus
Returns the status of the Queue (Green, Yellow or Red).- Returns:
- Status of the Queue
-