|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjadex.application.space.agr.MGroupInstance
public class MGroupInstance
Group instance representation.
| Field Summary | |
|---|---|
protected String |
name
The name. |
protected List |
positions
The positions. |
protected String |
typename
The type name. |
| Constructor Summary | |
|---|---|
MGroupInstance()
|
|
| Method Summary | |
|---|---|
void |
addMPosition(MPosition position)
Add a position. |
MGroupType |
getGroupType(MAGRSpaceType spacetype)
Get the group type. |
MPosition[] |
getMPositions()
Get the positions. |
String |
getName()
Get the name of the group type. |
String |
getTypeName()
Get the type name. |
void |
setName(String name)
Set the name of the group type. |
void |
setTypeName(String typename)
Set the type name. |
String |
toString()
Get a string representation of this AGR group instance. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected String name
protected String typename
protected List positions
| Constructor Detail |
|---|
public MGroupInstance()
| Method Detail |
|---|
public void setName(String name)
name - The name of the group type.public String getName()
public String getTypeName()
public void setTypeName(String typename)
typename - The typename to set.public MPosition[] getMPositions()
public void addMPosition(MPosition position)
position - The position.public MGroupType getGroupType(MAGRSpaceType spacetype)
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||