|
||||||||||
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
org.thalia.bio.entity.GeneticMap
public class GeneticMap
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 | |
---|---|
GeneticMap()
|
|
GeneticMap(java.lang.String name)
|
|
GeneticMap(java.lang.String name,
IBioEntity parent)
|
Method Summary | |
---|---|
IBioAdapter |
getBioAdapter()
|
int |
getType()
There are 2 main class of entities. |
GeneticMap |
merge(GeneticMap map)
Deprecated. |
Methods inherited from class org.thalia.bio.entity.GroupContainer |
---|
addGroup, getGroup, groupNumber, groups, removeGroup |
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 |
Constructor Detail |
---|
public GeneticMap()
public GeneticMap(java.lang.String name, IBioEntity parent)
name
- parent
- public GeneticMap(java.lang.String name)
name
- Method Detail |
---|
public GeneticMap merge(GeneticMap map)
map
-
public int getType()
IBioEntity
getType
in interface IBioEntity
getType
in class GroupContainer
public IBioAdapter getBioAdapter()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |