|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.thalia.bio.entity.BioEntity
org.thalia.bio.entity.BioEntityContainer
org.thalia.bio.entity.GroupContainer
public abstract class GroupContainer
Class Description Here
| Field Summary |
|---|
| Fields inherited from class org.thalia.bio.entity.BioEntityContainer |
|---|
entities |
| Fields inherited from class org.thalia.bio.entity.BioEntity |
|---|
name, parent, properties |
| Constructor Summary | |
|---|---|
GroupContainer()
|
|
GroupContainer(java.lang.String name,
IBioEntity parent)
|
|
| Method Summary | |
|---|---|
void |
addGroup(IBioLGroup group)
|
IBioLGroup |
getGroup(java.lang.String name)
|
abstract int |
getType()
There are 2 main class of entities. |
int |
groupNumber()
|
IBioLGroup[] |
groups()
|
void |
removeGroup(java.lang.String name)
|
| Methods inherited from class org.thalia.bio.entity.BioEntityContainer |
|---|
addEntity, entities, entityNumber, getEntity, removeEntity |
| Methods inherited from class org.thalia.bio.entity.BioEntity |
|---|
getName, getParent, getProperties, newBioEntity, setName, setProperties |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.thalia.bio.IBioEntity |
|---|
getName, getParent, getProperties, setName, setProperties |
| Methods inherited from interface org.thalia.bio.IBioAdaptable |
|---|
getBioAdapter |
| Constructor Detail |
|---|
public GroupContainer()
public GroupContainer(java.lang.String name,
IBioEntity parent)
name - parent - | Method Detail |
|---|
public IBioLGroup[] groups()
groups in interface IBioGenomepublic IBioLGroup getGroup(java.lang.String name)
getGroup in interface IBioGenomepublic void addGroup(IBioLGroup group)
addGroup in interface IBioGenomepublic void removeGroup(java.lang.String name)
removeGroup in interface IBioGenomepublic int groupNumber()
groupNumber in interface IBioGenomepublic abstract int getType()
IBioEntity
getType in interface IBioEntitygetType in class BioEntity
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||