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
public static class NavigatorAgentTree.AgentLeaf extends NavigatorAgentTree.AgentNode
Represents a leaf in theNavigatorAgentTree
.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AgentStatus
getStatus()
Returns 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 Detail
-
getStatus
public AgentStatus 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
-
-