|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmadkit.kernel.AGRTrio
public class AGRTrio
A kernel internal structure. This class might be used by "system" agent developers as it is the structure of choice about organization in MadKit. It is thus present in many parameters to the kernel calls (and exhibited in the hooks)
Constructor Summary | |
---|---|
AGRTrio(AgentAddress theAddress,
java.lang.String theGroup)
Defines an Agent/Group/Role structure with role defined as null |
|
AGRTrio(AgentAddress theAddress,
java.lang.String theGroup,
java.lang.String theRole)
|
|
AGRTrio(AgentAddress theAddress,
java.lang.String communityName,
java.lang.String theGroup,
java.lang.String theRole)
Defines an Agent/Group/Role structure. |
Method Summary | |
---|---|
AgentAddress |
getAgent()
|
java.lang.String |
getCommunity()
Return the group information part |
java.lang.String |
getGroup()
Return the group information part |
java.lang.String |
getRole()
Return the role information part |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AGRTrio(AgentAddress theAddress, java.lang.String communityName, java.lang.String theGroup, java.lang.String theRole)
public AGRTrio(AgentAddress theAddress, java.lang.String theGroup, java.lang.String theRole)
public AGRTrio(AgentAddress theAddress, java.lang.String theGroup)
Method Detail |
---|
public AgentAddress getAgent()
public java.lang.String getCommunity()
public java.lang.String getGroup()
public java.lang.String getRole()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |