Package | Description |
---|---|
madkit.kernel |
Provides classes that are fundamental to the design of MaDKit applications.
|
Modifier and Type | Method and Description |
---|---|
KernelAddress |
AgentAddress.getKernelAddress() |
KernelAddress |
AbstractAgent.getKernelAddress()
Returns the kernel address on which the agent is running.
|
Modifier and Type | Method and Description |
---|---|
AgentAddress |
AbstractAgent.getDistantAgentWithRole(java.lang.String community,
java.lang.String group,
java.lang.String role,
KernelAddress from)
Returns an
AgentAddress corresponding to an agent having this
position in the organization on a particular kernel. |
boolean |
AgentAddress.isFrom(KernelAddress kernel)
Tells if the address is from a specific kernel.
|
Fabien Michel, Olivier Gutknecht, Jacques Ferber - November 18 2014