gov.usda.gdpc
Class GenotypeTable

java.lang.Object
  extended bygov.usda.gdpc.util.AbstractTable
      extended bygov.usda.gdpc.GenotypeTable
All Implemented Interfaces:
Table

public class GenotypeTable
extends AbstractTable

Author:
terryc

Constructor Summary
GenotypeTable()
           
 
Method Summary
 GenotypeExperimentGroup getGenotypeExperimentGroup()
          Get the genotype experiment group for this table.
static GenotypeTable getInstance(GenotypeGroup group)
          Factory method to create genotype tables.
 TaxonGroup getTaxonGroup()
          Get the taxon group for this table.
 
Methods inherited from class gov.usda.gdpc.util.AbstractTable
get, get, getColumn, getColumn, getColumnHeading, getColumnHeadings, getRow, getRow, getRowHeading, getRowHeadings, numColumns, numRows, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GenotypeTable

public GenotypeTable()
Method Detail

getInstance

public static GenotypeTable getInstance(GenotypeGroup group)
Factory method to create genotype tables.

Parameters:
group - genotype group

getGenotypeExperimentGroup

public GenotypeExperimentGroup getGenotypeExperimentGroup()
Get the genotype experiment group for this table.

Returns:
genotype experiment group

getTaxonGroup

public TaxonGroup getTaxonGroup()
Get the taxon group for this table.

Returns:
taxon group