|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjadex.application.model.MSpaceInstance
jadex.application.space.agr.MAGRSpaceInstance
public class MAGRSpaceInstance
An instance of an AGR space.
| Field Summary | |
|---|---|
protected List |
groups
The groups. |
| Fields inherited from class jadex.application.model.MSpaceInstance |
|---|
name, spacetype, type |
| Constructor Summary | |
|---|---|
MAGRSpaceInstance()
|
|
| Method Summary | |
|---|---|
void |
addMGroupInstance(MGroupInstance group)
Add a group to this space. |
Class |
getClazz()
Get the implementation class of the space. |
MGroupInstance |
getMGroupInstance(String name)
Get a group per name. |
MGroupInstance[] |
getMGroupInstances()
Get the groups of this space. |
String |
toString()
Get a string representation of this AGR space instance. |
| Methods inherited from class jadex.application.model.MSpaceInstance |
|---|
getName, getType, getTypeName, setName, setType, setTypeName |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected List groups
| Constructor Detail |
|---|
public MAGRSpaceInstance()
| Method Detail |
|---|
public MGroupInstance[] getMGroupInstances()
public void addMGroupInstance(MGroupInstance group)
group - The group to add.public MGroupInstance getMGroupInstance(String name)
name - The name.
public String toString()
toString in class Objectpublic Class getClazz()
getClazz in class MSpaceInstance
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||