Package com.uc4.communication.requests
Class NavigatorAgentTree.AgentLeaf
java.lang.Object
com.uc4.communication.requests.NavigatorAgentTree.AgentNode
com.uc4.communication.requests.NavigatorAgentTree.AgentLeaf
- All Implemented Interfaces:
ITreeItem
- Enclosing class:
- NavigatorAgentTree
Represents a leaf in the
NavigatorAgentTree
.-
Method Summary
Modifier and TypeMethodDescriptionReturns the status of the Agent (Active or Inactive), or null if theITreeItem
represents a node.boolean
isLinked()
Returnstrue
if this Agent is linked to the service manager.Methods inherited from class com.uc4.communication.requests.NavigatorAgentTree.AgentNode
childIterator, getClient, getId, getName, size, trafficLight
-
Method Details
-
getStatus
Returns the status of the Agent (Active or Inactive), or null if theITreeItem
represents a node.- Returns:
- Status of the Agent (Active or Inactive), or null if the
ITreeItem
represents a node.
-
isLinked
public boolean isLinked()Returnstrue
if this Agent is linked to the service manager.- Returns:
true
if Agent ist linkedfalse
otherwise
-