public static class NavigatorZDUTree.ZDUNode extends Object implements ITreeItem
NavigationZDUTree.| Modifier and Type | Method and Description |
|---|---|
Iterator<NavigatorZDUTree.ZDUNode> |
childIterator()
Returns an Iterator which can be used to step through the children of this
ITreeItem. |
String |
getId()
Returns the ID of this item.
|
String |
getName()
Returns the name of this
ITreeItem. |
int |
size()
Returns the number of child items of this
ITreeItem. |
TrafficLight |
trafficLight()
Returns the traffic light information of this
ITreeItem. |
public String getName()
ITreeItemITreeItem.public int size()
ITreeItemITreeItem.public Iterator<NavigatorZDUTree.ZDUNode> childIterator()
ITreeItemITreeItem.childIterator in interface ITreeItemITreeItempublic TrafficLight trafficLight()
ITreeItemITreeItem.trafficLight in interface ITreeItemTrafficLightpublic String getId()
Copyright © 2021. All rights reserved.