com.rubecula.darwin.domain.helper
Interface Basic

All Superinterfaces:
CacheSignature
All Known Subinterfaces:
Allele, Gene, Genes, Genome, Genotype
All Known Implementing Classes:
Allele_, Allele_Binary, Allele_Dominance, Allele_Number, Allele_Sex, Gene_, Gene_Diploid, Gene_Haploid, Genome_, Genome_Linear, Genotype_

public interface Basic
extends CacheSignature

Author:
Robin Hillyard TODO consider moving this method into Genetic or some other interface. Also consider eliminating getBases() since it is typically the same as CacheSignature.getSignature().

Method Summary
 java.lang.String getBases()
           
 
Methods inherited from interface com.rubecula.darwin.domain.helper.CacheSignature
getSignature
 

Method Detail

getBases

java.lang.String getBases()
Returns:
a set of bases in the base alphabet of the genome (e.g. "CAGT") which correspond to this genetic object. These bases are used to determine certain mutations and crossover situations.


Copyright © 2010 Rubecula Software, LLC. All Rights Reserved.