public class Taxon extends Object implements Comparable<Taxon>
Modifier and Type | Class and Description |
---|---|
static class |
Taxon.Builder
A builder for creating immutable Taxon instances.
|
Modifier and Type | Field and Description |
---|---|
static String |
AltitudeKey
Standard key for altitude the taxon was sampled
|
static Taxon |
ANONYMOUS |
static String |
DELIMITER |
static String |
FatherKey
Standard key for the father of the taxon
|
static String |
GenusKey
Standard key for a genus of the taxon
|
static String |
InbreedFKey
Standard key for inbreeding coefficient of the taxon
|
static String |
LatitudeKey
Standard key for the latitude the taxon was sampled
|
static String |
LongitudeKey
Standard key for the longitude the taxon was sampled
|
static String |
MotherKey
Standard key for the mother of the taxon
|
static String |
PedigreeKey
Standard key for the pedigree of the taxon
|
static String |
SexKey
Standard key for the sex of the taxon
|
static String |
SpeciesKey
Standard key for a species of the taxon
|
static String |
SynonymKey
Standard key for a synonym of the taxon
|
Constructor and Description |
---|
Taxon(String name) |
Taxon(String name,
GeneralAnnotation anno) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(Taxon c) |
boolean |
equals(Object c) |
GeneralAnnotation |
getAnnotation() |
String |
getName() |
int |
hashCode() |
String |
toString() |
String |
toStringWithVCFAnnotation() |
public static final String DELIMITER
public static Taxon ANONYMOUS
public static final String FatherKey
public static final String MotherKey
public static final String PedigreeKey
public static final String SexKey
public static final String InbreedFKey
public static final String SynonymKey
public static final String LatitudeKey
public static final String LongitudeKey
public static final String AltitudeKey
public static final String GenusKey
public static final String SpeciesKey
public Taxon(String name)
public Taxon(String name, GeneralAnnotation anno)
public String toStringWithVCFAnnotation()
public int compareTo(Taxon c)
compareTo
in interface Comparable<Taxon>
public String getName()
public GeneralAnnotation getAnnotation()
Copyright © 2018. All rights reserved.