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
Stores a number of useful terms used across many sequence formats for
consistency's sake.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringHolds a reference to the key that must be used to store DOI references.static final StringHolds a reference to the key that must be used to store Medline references.static Stringstatic final StringHolds a reference to the key that must be used to store PubMed references.static Stringstatic Stringstatic Stringstatic String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ComparableTermGetter for the secondary/tertiary/additional accession termstatic ComparableTermGetter for the copyright termstatic ComparableTermGetter for the DataClass termstatic ComparableTermGetter for the date annotated termstatic ComparableTermGetter for the date created termstatic ComparableTermGetter for the date updated termstatic ComparableTermGetter for the FeatureDesc termstatic ComparableTermGetter for the FTId termstatic ComparableTermGetter for the GeneName termstatic ComparableTermGetter for the GeneSynonym termstatic ComparableTermGetter for the keyword termstatic ComparableTermgetter for the MolType termstatic ComparableTermGetter for the OrderedLocusName termstatic ComparableTermGetter for the ORFName termstatic ComparableTermGetter for the Organelle termstatic ComparableTermGetter for the Plasmid termstatic ComparableTermGetter for the release annotated termstatic ComparableTermGetter for the release created termstatic ComparableTermGetter for the release updated termstatic ComparableTermGetter for the Species termstatic ComparableTermGetter for the Strain termstatic ComparableTermGetter for the Strand term; legal values are "single", "double", and "mixed".static ComparableTermGetter for the Tissue termstatic ComparableTermGetter for the Transposon term
-
Field Details
-
SPECIES_KEY
-
STRAIN_KEY
-
TISSUE_KEY
-
TRANSPOSON_KEY
-
PLASMID_KEY
-
PUBMED_KEY
Holds a reference to the key that must be used to store PubMed references.- See Also:
-
MEDLINE_KEY
Holds a reference to the key that must be used to store Medline references.- See Also:
-
DOI_KEY
Holds a reference to the key that must be used to store DOI references.- See Also:
-
-
Constructor Details
-
Terms
public Terms()
-
-
Method Details
-
getAdditionalAccessionTerm
Getter for the secondary/tertiary/additional accession term- Returns:
- A Term that represents the secondary accession tag
-
getKeywordTerm
Getter for the keyword term- Returns:
- a Term that represents the Keyword tag
-
getDateCreatedTerm
Getter for the date created term- Returns:
- a Term
-
getDateUpdatedTerm
Getter for the date updated term- Returns:
- a Term
-
getDateAnnotatedTerm
Getter for the date annotated term- Returns:
- a Term
-
getRelCreatedTerm
Getter for the release created term- Returns:
- a Term
-
getRelUpdatedTerm
Getter for the release updated term- Returns:
- a Term
-
getRelAnnotatedTerm
Getter for the release annotated term- Returns:
- a Term
-
getMolTypeTerm
getter for the MolType term- Returns:
- a Term that represents the molecule type
-
getStrandedTerm
Getter for the Strand term; legal values are "single", "double", and "mixed".- Returns:
- a Term that represents the Strand tag
-
getOrganelleTerm
Getter for the Organelle term- Returns:
- a Term that represents the Organelle tag
-
getGeneNameTerm
Getter for the GeneName term- Returns:
- The GeneName Term
-
getGeneSynonymTerm
Getter for the GeneSynonym term- Returns:
- The GeneSynonym Term
-
getOrderedLocusNameTerm
Getter for the OrderedLocusName term- Returns:
- The OrderedLocusName Term
-
getORFNameTerm
Getter for the ORFName term- Returns:
- The ORFName Term
-
getStrainTerm
Getter for the Strain term- Returns:
- The Strain Term
-
getSpeciesTerm
Getter for the Species term- Returns:
- The Species Term
-
getTissueTerm
Getter for the Tissue term- Returns:
- The Tissue Term
-
getTransposonTerm
Getter for the Transposon term- Returns:
- The Transposon Term
-
getPlasmidTerm
Getter for the Plasmid term- Returns:
- The plasmid Term
-
getDataClassTerm
Getter for the DataClass term- Returns:
- The DataClass Term
-
getFTIdTerm
Getter for the FTId term- Returns:
- The FTId Term
-
getFeatureDescTerm
Getter for the FeatureDesc term- Returns:
- The FeatureDesc Term
-
getCopyrightTerm
Getter for the copyright term- Returns:
- The copyright Term
-