public class GenotypePhenotypeBuilder extends Object
Constructor and Description |
---|
GenotypePhenotypeBuilder() |
Modifier and Type | Method and Description |
---|---|
GenotypePhenotype |
build() |
GenotypePhenotypeBuilder |
genotype(GenotypeTable theGenotype) |
GenotypePhenotypeBuilder |
intersect()
Indicates that an intersect join should be performed.
|
GenotypePhenotypeBuilder |
name(String name) |
GenotypePhenotypeBuilder |
phenotype(Phenotype thePhenotype) |
GenotypePhenotypeBuilder |
union()
Indicates that a union join should be performed.
|
public GenotypePhenotypeBuilder phenotype(Phenotype thePhenotype)
thePhenotype
- the Phenotype to be used by this builderpublic GenotypePhenotypeBuilder genotype(GenotypeTable theGenotype)
theGenotype
- the GenotypeTable to be used by this builderpublic GenotypePhenotypeBuilder union()
public GenotypePhenotypeBuilder intersect()
public GenotypePhenotypeBuilder name(String name)
name
- the name that will be used for the resulting GenotypePhenotypepublic GenotypePhenotype build()
Copyright © 2018. All rights reserved.