alice.respect
Class AgentId

java.lang.Object
  |
  +--alice.respect.AgentId
All Implemented Interfaces:
AgentId, java.io.Serializable
Direct Known Subclasses:
AgentId

public class AgentId
extends java.lang.Object
implements AgentId, java.io.Serializable

agent identifier for logic tuple centres, described in term of string name. As logic tuple, it is represented by the name itself.

See Also:
Serialized Form

Field Summary
protected  java.lang.String name
           
 
Constructor Summary
AgentId()
           
AgentId(java.lang.String name)
          constructs the id providing a string name
 
Method Summary
 java.lang.String getName()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

name

protected java.lang.String name
Constructor Detail

AgentId

public AgentId()

AgentId

public AgentId(java.lang.String name)
constructs the id providing a string name
Method Detail

getName

public java.lang.String getName()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object