
public class CCSVersions extends Object implements Serializable
| Constructor and Description |
|---|
CCSVersions() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(Agent agent,
DistributionInfo distInfo)
Add a new Agent, DistributionInfo pair.
|
Set<Agent> |
getAgents()
Get the Set of Agent contained in this class.
|
DistributionInfo |
getDistributionInfo(Agent agent)
Get the DistributionInfo for a given Agent.
|
DistributionInfo |
getDistributionInfo(String agent)
Get the DistributionInfo for a given agent by name.
|
String |
toString() |
public void add(Agent agent, DistributionInfo distInfo)
agent - The AgentdistInfo - The DistributionInfopublic DistributionInfo getDistributionInfo(Agent agent)
agent - The Agent for which to get the DistributionInfo.public DistributionInfo getDistributionInfo(String agent)
agent - The name of the for which to get the DistributionInfo.public Set<Agent> getAgents()
Copyright © 2015 LSST. All rights reserved.