public static class RichSequence.Terms extends Object
Modifier and Type | Field and Description |
---|---|
static String |
DOI_KEY
Holds a reference to the key that must be used to store DOI
references.
|
static String |
MEDLINE_KEY
Holds a reference to the key that must be used to store Medline
references.
|
static String |
PLASMID_KEY |
static String |
PUBMED_KEY
Holds a reference to the key that must be used to store PubMed
references.
|
static String |
SPECIES_KEY |
static String |
STRAIN_KEY |
static String |
TISSUE_KEY |
static String |
TRANSPOSON_KEY |
Constructor and Description |
---|
RichSequence.Terms() |
Modifier and Type | Method and Description |
---|---|
static ComparableTerm |
getAdditionalAccessionTerm()
Getter for the secondary/tertiary/additional accession term
|
static ComparableTerm |
getCopyrightTerm()
Getter for the copyright term
|
static ComparableTerm |
getDataClassTerm()
Getter for the DataClass term
|
static ComparableTerm |
getDateAnnotatedTerm()
Getter for the date annotated term
|
static ComparableTerm |
getDateCreatedTerm()
Getter for the date created term
|
static ComparableTerm |
getDateUpdatedTerm()
Getter for the date updated term
|
static ComparableTerm |
getFeatureDescTerm()
Getter for the FeatureDesc term
|
static ComparableTerm |
getFTIdTerm()
Getter for the FTId term
|
static ComparableTerm |
getGeneNameTerm()
Getter for the GeneName term
|
static ComparableTerm |
getGeneSynonymTerm()
Getter for the GeneSynonym term
|
static ComparableTerm |
getKeywordTerm()
Getter for the keyword term
|
static ComparableTerm |
getMolTypeTerm()
getter for the MolType term
|
static ComparableTerm |
getOrderedLocusNameTerm()
Getter for the OrderedLocusName term
|
static ComparableTerm |
getORFNameTerm()
Getter for the ORFName term
|
static ComparableTerm |
getOrganelleTerm()
Getter for the Organelle term
|
static ComparableTerm |
getPlasmidTerm()
Getter for the Plasmid term
|
static ComparableTerm |
getRelAnnotatedTerm()
Getter for the release annotated term
|
static ComparableTerm |
getRelCreatedTerm()
Getter for the release created term
|
static ComparableTerm |
getRelUpdatedTerm()
Getter for the release updated term
|
static ComparableTerm |
getSpeciesTerm()
Getter for the Species term
|
static ComparableTerm |
getStrainTerm()
Getter for the Strain term
|
static ComparableTerm |
getStrandedTerm()
Getter for the Strand term; legal values are "single", "double", and
"mixed".
|
static ComparableTerm |
getTissueTerm()
Getter for the Tissue term
|
static ComparableTerm |
getTransposonTerm()
Getter for the Transposon term
|
public static String SPECIES_KEY
public static String STRAIN_KEY
public static String TISSUE_KEY
public static String TRANSPOSON_KEY
public static String PLASMID_KEY
public static final String PUBMED_KEY
public static final String MEDLINE_KEY
public static final String DOI_KEY
public RichSequence.Terms()
public static ComparableTerm getAdditionalAccessionTerm()
public static ComparableTerm getKeywordTerm()
public static ComparableTerm getDateCreatedTerm()
public static ComparableTerm getDateUpdatedTerm()
public static ComparableTerm getDateAnnotatedTerm()
public static ComparableTerm getRelCreatedTerm()
public static ComparableTerm getRelUpdatedTerm()
public static ComparableTerm getRelAnnotatedTerm()
public static ComparableTerm getMolTypeTerm()
public static ComparableTerm getStrandedTerm()
public static ComparableTerm getOrganelleTerm()
public static ComparableTerm getGeneNameTerm()
public static ComparableTerm getGeneSynonymTerm()
public static ComparableTerm getOrderedLocusNameTerm()
public static ComparableTerm getORFNameTerm()
public static ComparableTerm getStrainTerm()
public static ComparableTerm getSpeciesTerm()
public static ComparableTerm getTissueTerm()
public static ComparableTerm getTransposonTerm()
public static ComparableTerm getPlasmidTerm()
public static ComparableTerm getDataClassTerm()
public static ComparableTerm getFTIdTerm()
public static ComparableTerm getFeatureDescTerm()
public static ComparableTerm getCopyrightTerm()
Copyright © 2014 BioJava. All rights reserved.