|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectmadkit.kernel.AgentInformation
public final class AgentInformation
The "identity card" of an agent. Stores name, identifiers & creation date
| Method Summary | |
|---|---|
AgentAddress |
getAddress()
Return the agent own AgentAddress |
java.util.Date |
getCreationDate()
Return the time when the agent has been registered in the kernel tables |
java.lang.String |
getName()
Get the patronymic agent name stored in the AgentAddress for this agent (is not used for uniqueness) |
AgentAddress |
getOwner()
Return the owner (i.e. the agent which launched this agent), can be itself if launched directly by the kernel |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public java.lang.String getName()
public AgentAddress getOwner()
public java.util.Date getCreationDate()
public AgentAddress getAddress()
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||