org.metaqtl.bio
Interface IBioGenome

All Superinterfaces:
IBioAdaptable, IBioEntity
All Known Implementing Classes:
GeneticMap, GroupContainer

public interface IBioGenome
extends IBioEntity

Author:
Jean-Baptiste Veyrieras

Method Summary
 void addGroup(IBioLGroup group)
           
 IBioLGroup getGroup(java.lang.String name)
           
 int groupNumber()
           
 IBioLGroup[] groups()
           
 void removeGroup(java.lang.String name)
           
 
Methods inherited from interface org.metaqtl.bio.IBioEntity
getName, getParent, getProperties, getType, setName, setProperties
 
Methods inherited from interface org.metaqtl.bio.IBioAdaptable
getBioAdapter
 

Method Detail

groups

IBioLGroup[] groups()

getGroup

IBioLGroup getGroup(java.lang.String name)

addGroup

void addGroup(IBioLGroup group)

removeGroup

void removeGroup(java.lang.String name)

groupNumber

int groupNumber()