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 StringCOMMENT_KEYConstantCOMMENT_KEY="comment"static StringDEFINITION_KEYConstantDEFINITION_KEY="definition"static StringEXACT_SYNONYM_KEYConstantEXACT_SYNONYM_KEY="exact_synonym"static StringHTTP_DEFConstantHTTP_DEF="http"static StringLINE_BREAKConstantLINE_BREAK="System.getProperty(line.separator)"static StringMETA_DATA_SEPARATORConstantMETA_DATA_SEPARATOR="_"static StringMETA_XREF_SEPARATORConstantMETA_XREF_SEPARATOR=":"static StringMI_ALIAS_IDENTIFIERConstantMI_ALIAS_IDENTIFIER="Alternate label curated by PSI-MI"static StringMI_SHORTLABEL_IDENTIFIERConstantMI_SHORTLABEL_IDENTIFIER="Unique short label curated by PSI-MI"static StringMOD_ALIAS_IDENTIFIERConstantMOD_ALIAS_IDENTIFIER="Alternate name curated by PSI-MOD"static StringMOD_SHORTLABEL_IDENTIFIERConstantMOD_SHORTLABEL_IDENTIFIER="Short label curated by PSI-MOD"static StringPMIDConstantPMID="PMID"static StringPMID_APPLICATIONConstantPMID_APPLICATION="PMID for application instance"static StringQUOTEConstantQUOTE="""static StringRESID_IDENTIFIERConstantRESID_IDENTIFIER="Alternate name from RESID"static StringRESID_MISNOMER_IDENTIFIERConstantRESID_MISNOMER_IDENTIFIER="Misnomer tagged alternate name from RES"{trunked}static StringRESID_NAME_IDENTIFIERConstantRESID_NAME_IDENTIFIER="Name from RESID"static StringRESID_SYSTEMATIC_IDENTIFIERConstantRESID_SYSTEMATIC_IDENTIFIER="Systematic name from RESID"static StringUNIPROT_FEATURE_IDENTIFIERConstantUNIPROT_FEATURE_IDENTIFIER="Protein feature description from UniPro"{trunked}static StringXREF_DEFINITION_KEYConstantXREF_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
-
-