Package org.biojavax.bio.seq
Class RichSequence.Terms
- java.lang.Object
-
- org.biojavax.bio.seq.RichSequence.Terms
-
- Direct Known Subclasses:
EMBLFormat.Terms
,EMBLxmlFormat.Terms
,GenbankFormat.Terms
,INSDseqFormat.Terms
,UniProtFormat.Terms
,UniProtXMLFormat.Terms
- Enclosing interface:
- RichSequence
public static class RichSequence.Terms extends Object
Stores a number of useful terms used across many sequence formats for consistency's sake.
-
-
Field Summary
Fields Modifier and Type Field 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 Summary
Constructors Constructor Description Terms()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ComparableTerm
getAdditionalAccessionTerm()
Getter for the secondary/tertiary/additional accession termstatic ComparableTerm
getCopyrightTerm()
Getter for the copyright termstatic ComparableTerm
getDataClassTerm()
Getter for the DataClass termstatic ComparableTerm
getDateAnnotatedTerm()
Getter for the date annotated termstatic ComparableTerm
getDateCreatedTerm()
Getter for the date created termstatic ComparableTerm
getDateUpdatedTerm()
Getter for the date updated termstatic ComparableTerm
getFeatureDescTerm()
Getter for the FeatureDesc termstatic ComparableTerm
getFTIdTerm()
Getter for the FTId termstatic ComparableTerm
getGeneNameTerm()
Getter for the GeneName termstatic ComparableTerm
getGeneSynonymTerm()
Getter for the GeneSynonym termstatic ComparableTerm
getKeywordTerm()
Getter for the keyword termstatic ComparableTerm
getMolTypeTerm()
getter for the MolType termstatic ComparableTerm
getOrderedLocusNameTerm()
Getter for the OrderedLocusName termstatic ComparableTerm
getORFNameTerm()
Getter for the ORFName termstatic ComparableTerm
getOrganelleTerm()
Getter for the Organelle termstatic ComparableTerm
getPlasmidTerm()
Getter for the Plasmid termstatic ComparableTerm
getRelAnnotatedTerm()
Getter for the release annotated termstatic ComparableTerm
getRelCreatedTerm()
Getter for the release created termstatic ComparableTerm
getRelUpdatedTerm()
Getter for the release updated termstatic ComparableTerm
getSpeciesTerm()
Getter for the Species termstatic ComparableTerm
getStrainTerm()
Getter for the Strain termstatic ComparableTerm
getStrandedTerm()
Getter for the Strand term; legal values are "single", "double", and "mixed".static ComparableTerm
getTissueTerm()
Getter for the Tissue termstatic ComparableTerm
getTransposonTerm()
Getter for the Transposon term
-
-
-
Field Detail
-
SPECIES_KEY
public static String SPECIES_KEY
-
STRAIN_KEY
public static String STRAIN_KEY
-
TISSUE_KEY
public static String TISSUE_KEY
-
TRANSPOSON_KEY
public static String TRANSPOSON_KEY
-
PLASMID_KEY
public static String PLASMID_KEY
-
PUBMED_KEY
public static final String PUBMED_KEY
Holds a reference to the key that must be used to store PubMed references.- See Also:
- Constant Field Values
-
MEDLINE_KEY
public static final String MEDLINE_KEY
Holds a reference to the key that must be used to store Medline references.- See Also:
- Constant Field Values
-
DOI_KEY
public static final String DOI_KEY
Holds a reference to the key that must be used to store DOI references.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
Terms
public Terms()
-
-
Method Detail
-
getAdditionalAccessionTerm
public static ComparableTerm getAdditionalAccessionTerm()
Getter for the secondary/tertiary/additional accession term- Returns:
- A Term that represents the secondary accession tag
-
getKeywordTerm
public static ComparableTerm getKeywordTerm()
Getter for the keyword term- Returns:
- a Term that represents the Keyword tag
-
getDateCreatedTerm
public static ComparableTerm getDateCreatedTerm()
Getter for the date created term- Returns:
- a Term
-
getDateUpdatedTerm
public static ComparableTerm getDateUpdatedTerm()
Getter for the date updated term- Returns:
- a Term
-
getDateAnnotatedTerm
public static ComparableTerm getDateAnnotatedTerm()
Getter for the date annotated term- Returns:
- a Term
-
getRelCreatedTerm
public static ComparableTerm getRelCreatedTerm()
Getter for the release created term- Returns:
- a Term
-
getRelUpdatedTerm
public static ComparableTerm getRelUpdatedTerm()
Getter for the release updated term- Returns:
- a Term
-
getRelAnnotatedTerm
public static ComparableTerm getRelAnnotatedTerm()
Getter for the release annotated term- Returns:
- a Term
-
getMolTypeTerm
public static ComparableTerm getMolTypeTerm()
getter for the MolType term- Returns:
- a Term that represents the molecule type
-
getStrandedTerm
public static ComparableTerm getStrandedTerm()
Getter for the Strand term; legal values are "single", "double", and "mixed".- Returns:
- a Term that represents the Strand tag
-
getOrganelleTerm
public static ComparableTerm getOrganelleTerm()
Getter for the Organelle term- Returns:
- a Term that represents the Organelle tag
-
getGeneNameTerm
public static ComparableTerm getGeneNameTerm()
Getter for the GeneName term- Returns:
- The GeneName Term
-
getGeneSynonymTerm
public static ComparableTerm getGeneSynonymTerm()
Getter for the GeneSynonym term- Returns:
- The GeneSynonym Term
-
getOrderedLocusNameTerm
public static ComparableTerm getOrderedLocusNameTerm()
Getter for the OrderedLocusName term- Returns:
- The OrderedLocusName Term
-
getORFNameTerm
public static ComparableTerm getORFNameTerm()
Getter for the ORFName term- Returns:
- The ORFName Term
-
getStrainTerm
public static ComparableTerm getStrainTerm()
Getter for the Strain term- Returns:
- The Strain Term
-
getSpeciesTerm
public static ComparableTerm getSpeciesTerm()
Getter for the Species term- Returns:
- The Species Term
-
getTissueTerm
public static ComparableTerm getTissueTerm()
Getter for the Tissue term- Returns:
- The Tissue Term
-
getTransposonTerm
public static ComparableTerm getTransposonTerm()
Getter for the Transposon term- Returns:
- The Transposon Term
-
getPlasmidTerm
public static ComparableTerm getPlasmidTerm()
Getter for the Plasmid term- Returns:
- The plasmid Term
-
getDataClassTerm
public static ComparableTerm getDataClassTerm()
Getter for the DataClass term- Returns:
- The DataClass Term
-
getFTIdTerm
public static ComparableTerm getFTIdTerm()
Getter for the FTId term- Returns:
- The FTId Term
-
getFeatureDescTerm
public static ComparableTerm getFeatureDescTerm()
Getter for the FeatureDesc term- Returns:
- The FeatureDesc Term
-
getCopyrightTerm
public static ComparableTerm getCopyrightTerm()
Getter for the copyright term- Returns:
- The copyright Term
-
-