Package org.biojavax.bio.seq.io
Class UniProtXMLFormat.Terms
- java.lang.Object
-
- org.biojavax.bio.seq.RichSequence.Terms
-
- org.biojavax.bio.seq.io.UniProtXMLFormat.Terms
-
- Enclosing class:
- UniProtXMLFormat
public static class UniProtXMLFormat.Terms extends RichSequence.Terms
Implements some UniProtXML-specific terms.
-
-
Field Summary
Fields Modifier and Type Field Description static StringABBREV_NAME_KEYstatic StringCOMMON_NAME_KEYstatic StringCONTAINS_PREFIXstatic StringFULL_NAME_KEYstatic StringGENENAME_KEYstatic StringGENESYNONYM_KEYstatic StringINCLUDES_PREFIXstatic StringLOC_FUZZY_END_KEYstatic StringLOC_FUZZY_START_KEYstatic StringNCBI_TAXON_KEYstatic StringORDLOCNAME_KEYstatic StringORFNAME_KEYstatic StringSCIENTIFIC_NAME_KEYstatic StringSYNONYM_NAME_KEY-
Fields inherited from class org.biojavax.bio.seq.RichSequence.Terms
DOI_KEY, MEDLINE_KEY, PLASMID_KEY, PUBMED_KEY, SPECIES_KEY, STRAIN_KEY, TISSUE_KEY, TRANSPOSON_KEY
-
-
Constructor Summary
Constructors Constructor Description Terms()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ComparableTermgetEvidenceAttrTerm()Getter for the evidence attr termstatic ComparableTermgetEvidenceCategoryTerm()Getter for the evidence category termstatic ComparableTermgetEvidenceDateTerm()Getter for the evidence date termstatic ComparableTermgetEvidenceTypeTerm()Getter for the evidence type termstatic ComparableTermgetFeatureOriginalTerm()Getter for the feature original termstatic ComparableTermgetFeatureRefTerm()Getter for the feature ref termstatic ComparableTermgetFeatureStatusTerm()Getter for the feature status termstatic ComparableTermgetFeatureVariationTerm()Getter for the feature variation termstatic ComparableTermgetLocationSequenceTerm()Getter for the location seq termstatic ComparableTermgetProteinExistsTerm()Getter for the protein exists termstatic ComparableTermgetProteinTypeTerm()Getter for the protein type termstatic ComparableOntologygetUniprotKWOnto()Getter for the private uniprot ontology.static ComparableTermgetUniProtXMLTerm()Getter for the UniProtXML term-
Methods inherited from class org.biojavax.bio.seq.RichSequence.Terms
getAdditionalAccessionTerm, getCopyrightTerm, getDataClassTerm, getDateAnnotatedTerm, getDateCreatedTerm, getDateUpdatedTerm, getFeatureDescTerm, getFTIdTerm, getGeneNameTerm, getGeneSynonymTerm, getKeywordTerm, getMolTypeTerm, getOrderedLocusNameTerm, getORFNameTerm, getOrganelleTerm, getPlasmidTerm, getRelAnnotatedTerm, getRelCreatedTerm, getRelUpdatedTerm, getSpeciesTerm, getStrainTerm, getStrandedTerm, getTissueTerm, getTransposonTerm
-
-
-
-
Field Detail
-
CONTAINS_PREFIX
public static final String CONTAINS_PREFIX
- See Also:
- Constant Field Values
-
INCLUDES_PREFIX
public static final String INCLUDES_PREFIX
- See Also:
- Constant Field Values
-
GENENAME_KEY
public static final String GENENAME_KEY
- See Also:
- Constant Field Values
-
GENESYNONYM_KEY
public static final String GENESYNONYM_KEY
- See Also:
- Constant Field Values
-
ORDLOCNAME_KEY
public static final String ORDLOCNAME_KEY
- See Also:
- Constant Field Values
-
ORFNAME_KEY
public static final String ORFNAME_KEY
- See Also:
- Constant Field Values
-
NCBI_TAXON_KEY
public static final String NCBI_TAXON_KEY
- See Also:
- Constant Field Values
-
COMMON_NAME_KEY
public static final String COMMON_NAME_KEY
- See Also:
- Constant Field Values
-
FULL_NAME_KEY
public static final String FULL_NAME_KEY
- See Also:
- Constant Field Values
-
SCIENTIFIC_NAME_KEY
public static final String SCIENTIFIC_NAME_KEY
- See Also:
- Constant Field Values
-
SYNONYM_NAME_KEY
public static final String SYNONYM_NAME_KEY
- See Also:
- Constant Field Values
-
ABBREV_NAME_KEY
public static final String ABBREV_NAME_KEY
- See Also:
- Constant Field Values
-
LOC_FUZZY_START_KEY
public static final String LOC_FUZZY_START_KEY
- See Also:
- Constant Field Values
-
LOC_FUZZY_END_KEY
public static final String LOC_FUZZY_END_KEY
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
Terms
public Terms()
-
-
Method Detail
-
getProteinExistsTerm
public static ComparableTerm getProteinExistsTerm()
Getter for the protein exists term- Returns:
- The protein exists Term
-
getUniprotKWOnto
public static ComparableOntology getUniprotKWOnto()
Getter for the private uniprot ontology.- Returns:
- the ontology.
-
getUniProtXMLTerm
public static ComparableTerm getUniProtXMLTerm()
Getter for the UniProtXML term- Returns:
- The UniProtXML Term
-
getProteinTypeTerm
public static ComparableTerm getProteinTypeTerm()
Getter for the protein type term- Returns:
- The protein type Term
-
getEvidenceCategoryTerm
public static ComparableTerm getEvidenceCategoryTerm()
Getter for the evidence category term- Returns:
- The evidence category Term
-
getEvidenceTypeTerm
public static ComparableTerm getEvidenceTypeTerm()
Getter for the evidence type term- Returns:
- The evidence type Term
-
getEvidenceDateTerm
public static ComparableTerm getEvidenceDateTerm()
Getter for the evidence date term- Returns:
- The evidence date Term
-
getEvidenceAttrTerm
public static ComparableTerm getEvidenceAttrTerm()
Getter for the evidence attr term- Returns:
- The evidence attr Term
-
getFeatureRefTerm
public static ComparableTerm getFeatureRefTerm()
Getter for the feature ref term- Returns:
- The feature ref Term
-
getFeatureStatusTerm
public static ComparableTerm getFeatureStatusTerm()
Getter for the feature status term- Returns:
- The feature status Term
-
getFeatureOriginalTerm
public static ComparableTerm getFeatureOriginalTerm()
Getter for the feature original term- Returns:
- The feature original Term
-
getFeatureVariationTerm
public static ComparableTerm getFeatureVariationTerm()
Getter for the feature variation term- Returns:
- The feature variation Term
-
getLocationSequenceTerm
public static ComparableTerm getLocationSequenceTerm()
Getter for the location seq term- Returns:
- The location seq Term
-
-