|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjadex.application.model.MSpaceType
jadex.application.space.agr.MAGRSpaceType
public class MAGRSpaceType
An AGR space description.
| Field Summary | |
|---|---|
protected List |
grouptypes
The grouptypes. |
| Fields inherited from class jadex.application.model.MSpaceType |
|---|
name |
| Constructor Summary | |
|---|---|
MAGRSpaceType()
|
|
| Method Summary | |
|---|---|
void |
addMGroupType(MGroupType grouptype)
Add a group type to this space type. |
MGroupType |
getGroupType(String name)
Get a group type by name. |
MGroupType[] |
getMGroupTypes()
Get the group types of this space type. |
static Set |
getXMLMapping()
Get the XML mapping. |
void |
removeMGroupType(MGroupType grouptype)
Remove a group type from this space type. |
String |
toString()
Get a string representation of this AGR space type. |
| Methods inherited from class jadex.application.model.MSpaceType |
|---|
getName, setName |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected List grouptypes
| Constructor Detail |
|---|
public MAGRSpaceType()
| Method Detail |
|---|
public MGroupType[] getMGroupTypes()
public void addMGroupType(MGroupType grouptype)
grouptype - The group type to add.public void removeMGroupType(MGroupType grouptype)
grouptype - The group type to remove.public MGroupType getGroupType(String name)
public String toString()
toString in class Objectpublic static Set getXMLMapping()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||