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
 
public static class NavigatorQueueTree.QueueLeaf extends NavigatorQueueTree.QueueNode
Represents a leaf in theNavigatorQueueTree. 
- 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QueueStatusgetStatus()Returns 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 Detail
- 
getStatus
public QueueStatus getStatus()
Returns the status of the Queue (Green, Yellow or Red).- Returns:
 - Status of the Queue
 
 
 - 
 
 -