Uses of Class
lime.AgentID

Packages that use AgentID
lime   
lime.util.console   
 

Uses of AgentID in lime
 

Methods in lime that return AgentID
 AgentID LimeAgentMgr.getID()
          Returns the identifier associated to this LimeAgentMgr object.
 AgentID RegisteredReaction.getSubscriber()
          Return a handle to the agent that registered the reaction.
 AgentID ReactionEvent.getSourceAgent()
          Get the identifier of the agent owning the tuple space where the event occurred.
 

Constructors in lime with parameters of type AgentID
AgentLocation(AgentID agentID)
          Create a location corresponding to the ITS of a given agent.
 

Uses of AgentID in lime.util.console
 

Constructors in lime.util.console with parameters of type AgentID
LimeConsole(AgentID a, LimeTupleSpace lts, IConsoleProvider p)
          Create a new Lime console associated with the Lime tuple space passed as a parameter.