public static class NavigatorAgentTree.AgentNode extends Object implements ITreeItem
NavigatorAgentTree.| Modifier and Type | Method and Description |
|---|---|
Iterator<NavigatorAgentTree.AgentNode> |
childIterator()
Returns an Iterator which can be used to step through the children of this
ITreeItem. |
int |
getClient()
Returns the corresponding client of the Agent.
|
String |
getId()
Returns the intern id of the
AgentNode. |
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<NavigatorAgentTree.AgentNode> childIterator()
ITreeItemITreeItem.childIterator in interface ITreeItemITreeItempublic TrafficLight trafficLight()
ITreeItemITreeItem.trafficLight in interface ITreeItemTrafficLightpublic String getId()
AgentNode.public int getClient()
Copyright © 2019. All rights reserved.