wodka.ga
Interface GenotypeDesc

All Superinterfaces:
ContentComparable, wwan.commons.param.Informative, java.io.Serializable, StreamPersistable
All Known Subinterfaces:
Language
All Known Implementing Classes:
AbstractLanguage

public interface GenotypeDesc
extends StreamPersistable, wwan.commons.param.Informative, ContentComparable

Author:
wwagner4

Method Summary
 Genotype createRandomGenotype()
           
 java.lang.String getInfo()
           
 java.lang.String getLabel()
           
 java.lang.String getShortName()
           
 
Methods inherited from interface wodka.util.StreamPersistable
fromStream, getVersion, toStream
 
Methods inherited from interface wodka.util.ContentComparable
hasEqualContents
 

Method Detail

createRandomGenotype

public Genotype createRandomGenotype()

getLabel

public java.lang.String getLabel()
Specified by:
getLabel in interface wwan.commons.param.Informative

getShortName

public java.lang.String getShortName()

getInfo

public java.lang.String getInfo()
Specified by:
getInfo in interface wwan.commons.param.Informative