public class MGroupInstance extends Object
Constructor and Description |
---|
MGroupInstance() |
Modifier and Type | Method and Description |
---|---|
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.
|
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)
Copyright © 2012. All Rights Reserved.