evolution
Interface GeneToStringModel

All Known Implementing Classes:
DefaultGeneToString

public interface GeneToStringModel

Interface of function used to creat String representation of the Gene

See Also:
Gene

Method Summary
 java.lang.String toString(java.lang.Object geneType)
          Return String representation of the gene for specified gene type
 

Method Detail

toString

java.lang.String toString(java.lang.Object geneType)
Return String representation of the gene for specified gene type

Parameters:
geneType - gene type
Returns:
String representation of the specified gene