Class OlsUtils
- java.lang.Object
-
- psidev.psi.mi.jami.bridges.ols.utils.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 Summary
Fields Modifier and Type Field Description static String
COMMENT_KEY
ConstantCOMMENT_KEY="comment"
static String
DEFINITION_KEY
ConstantDEFINITION_KEY="definition"
static String
EXACT_SYNONYM_KEY
ConstantEXACT_SYNONYM_KEY="exact_synonym"
static String
HTTP_DEF
ConstantHTTP_DEF="http"
static String
LINE_BREAK
ConstantLINE_BREAK="System.getProperty(line.separator)"
static String
META_DATA_SEPARATOR
ConstantMETA_DATA_SEPARATOR="_"
static String
META_XREF_SEPARATOR
ConstantMETA_XREF_SEPARATOR=":"
static String
MI_ALIAS_IDENTIFIER
ConstantMI_ALIAS_IDENTIFIER="Alternate label curated by PSI-MI"
static String
MI_SHORTLABEL_IDENTIFIER
ConstantMI_SHORTLABEL_IDENTIFIER="Unique short label curated by PSI-MI"
static String
MOD_ALIAS_IDENTIFIER
ConstantMOD_ALIAS_IDENTIFIER="Alternate name curated by PSI-MOD"
static String
MOD_SHORTLABEL_IDENTIFIER
ConstantMOD_SHORTLABEL_IDENTIFIER="Short label curated by PSI-MOD"
static String
PMID
ConstantPMID="PMID"
static String
PMID_APPLICATION
ConstantPMID_APPLICATION="PMID for application instance"
static String
QUOTE
ConstantQUOTE="""
static String
RESID_IDENTIFIER
ConstantRESID_IDENTIFIER="Alternate name from RESID"
static String
RESID_MISNOMER_IDENTIFIER
ConstantRESID_MISNOMER_IDENTIFIER="Misnomer tagged alternate name from RES"{trunked}
static String
RESID_NAME_IDENTIFIER
ConstantRESID_NAME_IDENTIFIER="Name from RESID"
static String
RESID_SYSTEMATIC_IDENTIFIER
ConstantRESID_SYSTEMATIC_IDENTIFIER="Systematic name from RESID"
static String
UNIPROT_FEATURE_IDENTIFIER
ConstantUNIPROT_FEATURE_IDENTIFIER="Protein feature description from UniPro"{trunked}
static String
XREF_DEFINITION_KEY
ConstantXREF_DEFINITION_KEY="xref_definition"
-
Constructor Summary
Constructors Constructor Description OlsUtils()
-
-
-
Field Detail
-
DEFINITION_KEY
public static final String DEFINITION_KEY
ConstantDEFINITION_KEY="definition"
- See Also:
- Constant Field Values
-
COMMENT_KEY
public static final String COMMENT_KEY
ConstantCOMMENT_KEY="comment"
- See Also:
- Constant Field Values
-
EXACT_SYNONYM_KEY
public static final String EXACT_SYNONYM_KEY
ConstantEXACT_SYNONYM_KEY="exact_synonym"
- See Also:
- Constant Field Values
-
XREF_DEFINITION_KEY
public static final String XREF_DEFINITION_KEY
ConstantXREF_DEFINITION_KEY="xref_definition"
- See Also:
- Constant Field Values
-
META_DATA_SEPARATOR
public static final String META_DATA_SEPARATOR
ConstantMETA_DATA_SEPARATOR="_"
- See Also:
- Constant Field Values
-
META_XREF_SEPARATOR
public static final String META_XREF_SEPARATOR
ConstantMETA_XREF_SEPARATOR=":"
- See Also:
- Constant Field Values
-
LINE_BREAK
public static final String LINE_BREAK
ConstantLINE_BREAK="System.getProperty(line.separator)"
-
HTTP_DEF
public static final String HTTP_DEF
ConstantHTTP_DEF="http"
- See Also:
- Constant Field Values
-
MI_SHORTLABEL_IDENTIFIER
public static final String MI_SHORTLABEL_IDENTIFIER
ConstantMI_SHORTLABEL_IDENTIFIER="Unique short label curated by PSI-MI"
- See Also:
- Constant Field Values
-
MOD_SHORTLABEL_IDENTIFIER
public static final String MOD_SHORTLABEL_IDENTIFIER
ConstantMOD_SHORTLABEL_IDENTIFIER="Short label curated by PSI-MOD"
- See Also:
- Constant Field Values
-
MI_ALIAS_IDENTIFIER
public static final String MI_ALIAS_IDENTIFIER
ConstantMI_ALIAS_IDENTIFIER="Alternate label curated by PSI-MI"
- See Also:
- Constant Field Values
-
MOD_ALIAS_IDENTIFIER
public static final String MOD_ALIAS_IDENTIFIER
ConstantMOD_ALIAS_IDENTIFIER="Alternate name curated by PSI-MOD"
- See Also:
- Constant Field Values
-
RESID_IDENTIFIER
public static final String RESID_IDENTIFIER
ConstantRESID_IDENTIFIER="Alternate name from RESID"
- See Also:
- Constant Field Values
-
RESID_MISNOMER_IDENTIFIER
public static final String RESID_MISNOMER_IDENTIFIER
ConstantRESID_MISNOMER_IDENTIFIER="Misnomer tagged alternate name from RES"{trunked}
- See Also:
- Constant Field Values
-
RESID_NAME_IDENTIFIER
public static final String RESID_NAME_IDENTIFIER
ConstantRESID_NAME_IDENTIFIER="Name from RESID"
- See Also:
- Constant Field Values
-
RESID_SYSTEMATIC_IDENTIFIER
public static final String RESID_SYSTEMATIC_IDENTIFIER
ConstantRESID_SYSTEMATIC_IDENTIFIER="Systematic name from RESID"
- See Also:
- Constant Field Values
-
UNIPROT_FEATURE_IDENTIFIER
public static final String UNIPROT_FEATURE_IDENTIFIER
ConstantUNIPROT_FEATURE_IDENTIFIER="Protein feature description from UniPro"{trunked}
- See Also:
- Constant Field Values
-
PMID
public static final String PMID
ConstantPMID="PMID"
- See Also:
- Constant Field Values
-
PMID_APPLICATION
public static final String PMID_APPLICATION
ConstantPMID_APPLICATION="PMID for application instance"
- See Also:
- Constant Field Values
-
QUOTE
public static final String QUOTE
ConstantQUOTE="""
- See Also:
- Constant Field Values
-
-