metaglue
Class StartInfo
java.lang.Object
|
+--metaglue.StartInfo
- public class StartInfo
- extends Object
A simple placeholder class for packaging together a MetaglueAgent's
ID and another agentID. Used when starting up the Metaglue VM.
- See Also:
MetaglueAgent#startInfo
StartInfo
public StartInfo(AgentID metaglueAgentID,
AgentID agentID)
- Creates a new
StartInfo
instance.
- Parameters:
metaglueAgentID
- the metaglue VM agent.agentID
- the agent to package.
getMetaglueAgentID
public AgentID getMetaglueAgentID()
- Pulls out the metaglueAgent information.
- Returns:
- the metaglue Agent.
getAgentID
public AgentID getAgentID()
- Pulls out the other agent.
- Returns:
- an
AgentID
value
toString
public String toString()
- A pretty string encoding of the startInfo package.
- Overrides:
- toString in class Object
- Returns:
- a
String
value