Package com.uc4.communication.requests
Class NavigatorAgentTree.AgentNode
java.lang.Object
com.uc4.communication.requests.NavigatorAgentTree.AgentNode
- All Implemented Interfaces:
ITreeItem
- Direct Known Subclasses:
NavigatorAgentTree.AgentLeaf
- Enclosing class:
- NavigatorAgentTree
Represents a node in the
NavigatorAgentTree.-
Method Summary
Modifier and TypeMethodDescriptionReturns an Iterator which can be used to step through the children of thisITreeItem.intReturns the corresponding client of the Agent.getId()Returns the intern id of theAgentNode.getName()Returns the name of thisITreeItem.intsize()Returns the number of child items of thisITreeItem.Returns the traffic light information of thisITreeItem.
-
Method Details
-
getName
Description copied from interface:ITreeItemReturns the name of thisITreeItem. -
size
public int size()Description copied from interface:ITreeItemReturns the number of child items of thisITreeItem. -
childIterator
Description copied from interface:ITreeItemReturns an Iterator which can be used to step through the children of thisITreeItem.- Specified by:
childIteratorin interfaceITreeItem- Returns:
- Iterator containing the children of this
ITreeItem
-
trafficLight
Description copied from interface:ITreeItemReturns the traffic light information of thisITreeItem.- Specified by:
trafficLightin interfaceITreeItem- Returns:
TrafficLight
-
getId
Returns the intern id of theAgentNode.- Returns:
- intern id
-
getClient
public int getClient()Returns the corresponding client of the Agent.- Returns:
- Corresponding client of the Agent
-