jadex.application.space.agr
Class MAGRSpaceType

java.lang.Object
  extended by jadex.application.model.MSpaceType
      extended by jadex.application.space.agr.MAGRSpaceType

public class MAGRSpaceType
extends MSpaceType

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

grouptypes

protected List grouptypes
The grouptypes.

Constructor Detail

MAGRSpaceType

public MAGRSpaceType()
Method Detail

getMGroupTypes

public MGroupType[] getMGroupTypes()
Get the group types of this space type.

Returns:
An array of group types (if any).

addMGroupType

public void addMGroupType(MGroupType grouptype)
Add a group type to this space type.

Parameters:
grouptype - The group type to add.

removeMGroupType

public void removeMGroupType(MGroupType grouptype)
Remove a group type from this space type.

Parameters:
grouptype - The group type to remove.

getGroupType

public MGroupType getGroupType(String name)
Get a group type by name.


toString

public String toString()
Get a string representation of this AGR space type.

Overrides:
toString in class Object
Returns:
A string representation of this AGR space type.

getXMLMapping

public static Set getXMLMapping()
Get the XML mapping.



Copyright © 2010. All Rights Reserved.