Class OlsUtils


  • public class OlsUtils
    extends Object
    Utility class which contains global variables
    Since:
    05/09/13
    Version:
    $Id$
    Author:
    Marine Dumousseau (marine@ebi.ac.uk)
    • Field Detail

      • EXACT_SYNONYM_KEY

        public static final String EXACT_SYNONYM_KEY
        Constant EXACT_SYNONYM_KEY="exact_synonym"
        See Also:
        Constant Field Values
      • XREF_DEFINITION_KEY

        public static final String XREF_DEFINITION_KEY
        Constant XREF_DEFINITION_KEY="xref_definition"
        See Also:
        Constant Field Values
      • LINE_BREAK

        public static final String LINE_BREAK
        Constant LINE_BREAK="System.getProperty(line.separator)"
      • MI_SHORTLABEL_IDENTIFIER

        public static final String MI_SHORTLABEL_IDENTIFIER
        Constant MI_SHORTLABEL_IDENTIFIER="Unique short label curated by PSI-MI"
        See Also:
        Constant Field Values
      • MOD_SHORTLABEL_IDENTIFIER

        public static final String MOD_SHORTLABEL_IDENTIFIER
        Constant MOD_SHORTLABEL_IDENTIFIER="Short label curated by PSI-MOD"
        See Also:
        Constant Field Values
      • MI_ALIAS_IDENTIFIER

        public static final String MI_ALIAS_IDENTIFIER
        Constant MI_ALIAS_IDENTIFIER="Alternate label curated by PSI-MI"
        See Also:
        Constant Field Values
      • MOD_ALIAS_IDENTIFIER

        public static final String MOD_ALIAS_IDENTIFIER
        Constant MOD_ALIAS_IDENTIFIER="Alternate name curated by PSI-MOD"
        See Also:
        Constant Field Values
      • RESID_IDENTIFIER

        public static final String RESID_IDENTIFIER
        Constant RESID_IDENTIFIER="Alternate name from RESID"
        See Also:
        Constant Field Values
      • RESID_MISNOMER_IDENTIFIER

        public static final String RESID_MISNOMER_IDENTIFIER
        Constant RESID_MISNOMER_IDENTIFIER="Misnomer tagged alternate name from RES"{trunked}
        See Also:
        Constant Field Values
      • RESID_NAME_IDENTIFIER

        public static final String RESID_NAME_IDENTIFIER
        Constant RESID_NAME_IDENTIFIER="Name from RESID"
        See Also:
        Constant Field Values
      • RESID_SYSTEMATIC_IDENTIFIER

        public static final String RESID_SYSTEMATIC_IDENTIFIER
        Constant RESID_SYSTEMATIC_IDENTIFIER="Systematic name from RESID"
        See Also:
        Constant Field Values
      • UNIPROT_FEATURE_IDENTIFIER

        public static final String UNIPROT_FEATURE_IDENTIFIER
        Constant UNIPROT_FEATURE_IDENTIFIER="Protein feature description from UniPro"{trunked}
        See Also:
        Constant Field Values
      • PMID_APPLICATION

        public static final String PMID_APPLICATION
        Constant PMID_APPLICATION="PMID for application instance"
        See Also:
        Constant Field Values
    • Constructor Detail

      • OlsUtils

        public OlsUtils()