|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjadex.application.space.agr.MPosition
public class MPosition
A positions represents an instance of a role in a group instance.
| Field Summary | |
|---|---|
protected String |
componenttype
The agent type. |
protected String |
role
The role type. |
| Constructor Summary | |
|---|---|
MPosition()
|
|
| Method Summary | |
|---|---|
String |
getComponentType()
Get the agent type. |
MComponentType |
getMComponentType(MApplicationType apptype)
Get the agent type. |
String |
getRoleType()
Get the role type. |
void |
setComponentType(String agenttype)
Set the agent type. |
void |
setRoleType(String role)
Set the role type. |
String |
toString()
Get a string representation of this AGR position. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected String role
protected String componenttype
| Constructor Detail |
|---|
public MPosition()
| Method Detail |
|---|
public String getRoleType()
public void setRoleType(String role)
role - The role type to set.public String getComponentType()
public void setComponentType(String agenttype)
agenttype - The agent type to set.public MComponentType getMComponentType(MApplicationType apptype)
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||