org.thalia.bio
Interface IBioLGroup
- All Superinterfaces:
- IBioAdaptable, IBioEntity
- All Known Implementing Classes:
- LGroup, LocusContainer
public interface IBioLGroup
- extends IBioEntity
- Author:
- Jean-Baptiste Veyrieras
getGenome
IBioGenome getGenome()
setGenome
void setGenome(IBioGenome genome)
loci
IBioLocus[] loci()
addLocus
void addLocus(IBioLocus locus)
getLocus
IBioLocus getLocus(java.lang.String name)
removeLocus
void removeLocus(java.lang.String name)
getLocusNumber
int getLocusNumber()
setLoci
void setLoci(IBioLocus[] loci)
- Parameters:
loci
-