public final class AgentInfo extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
AgentInfo.AgentType
Enumeration of known agent types.
|
| Constructor and Description |
|---|
AgentInfo(String name,
AgentInfo.AgentType type)
The base constructor of an AgentInfo.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object a) |
String |
getName()
The Agent's name on the Buses.
|
AgentInfo.AgentType |
getType()
The Agent's AgentType.
|
int |
hashCode() |
String |
toString() |
public AgentInfo(String name, AgentInfo.AgentType type)
name - The name of the Agent as defined on the Buses.type - The AgentType of the Agent. This determines its role.public String getName()
public AgentInfo.AgentType getType()
Copyright © 2016 LSST. All rights reserved.