metaglue
Class AgentInfo

java.lang.Object
  |
  +--metaglue.AgentInfo

public class AgentInfo
extends Object
implements Serializable, Iconizable

See Also:
Serialized Form

Constructor Summary
AgentInfo(AgentID agentID)
           
 
Method Summary
 AgentID getAgentID()
           
 Icon toIcon(String label)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AgentInfo

public AgentInfo(AgentID agentID)
Method Detail

getAgentID

public AgentID getAgentID()

toIcon

public Icon toIcon(String label)
Specified by:
toIcon in interface Iconizable