Package com.uc4.communication.requests
Class NavigatorStatusTree.StatusNode
java.lang.Object
com.uc4.communication.requests.NavigatorStatusTree.StatusNode
- All Implemented Interfaces:
ITreeItem
- Direct Known Subclasses:
NavigatorStatusTree.StatusLeaf
- Enclosing class:
- NavigatorStatusTree
Represents a node in the
NavigatorStatusTree
.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
StatusNode
-
-
Method Details
-
getName
Description copied from interface:ITreeItem
Returns the name of thisITreeItem
. -
size
public int size()Description copied from interface:ITreeItem
Returns the number of child items of thisITreeItem
. -
childIterator
Description copied from interface:ITreeItem
Returns an Iterator which can be used to step through the children of thisITreeItem
.- Specified by:
childIterator
in interfaceITreeItem
- Returns:
- Iterator containing the children of this
ITreeItem
-
trafficLight
Description copied from interface:ITreeItem
Returns the traffic light information of thisITreeItem
.- Specified by:
trafficLight
in interfaceITreeItem
- Returns:
TrafficLight
-