alice.luce
Class AgentId

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

public class AgentId
extends AgentId

agent identifier in the LuCe model is a naive extension of the ReSpecT Agent Id

See Also:
Serialized Form

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

Constructor Detail

AgentId

public AgentId()

AgentId

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