public class Agent extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
Agent.AgentType |
| Constructor and Description |
|---|
Agent(String name,
Agent.AgentType type) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object a) |
String |
getName() |
Agent.AgentType |
getType() |
int |
hashCode() |
void |
setName(String name) |
String |
toString() |
public Agent(String name, Agent.AgentType type)
public String getName()
public Agent.AgentType getType()
public void setName(String name)
Copyright © 2014 LSST. All rights reserved.