Class CsvUtils
- java.lang.Object
-
- psidev.psi.mi.jami.crosslink.utils.CsvUtils
-
public class CsvUtils extends Object
Crosslink CSV utils class- Since:
22/08/14
- Version:
- $Id$
- Author:
- Marine Dumousseau (marine@ebi.ac.uk)
-
-
Field Summary
Fields Modifier and Type Field Description static String
CROSS_LINK
ConstantCROSS_LINK="crosslink"
static String
CROSS_LINK_MI
ConstantCROSS_LINK_MI="MI:0030"
static String
CROSS_LINKER
ConstantCROSS_LINKER="cross linker"
static String
CROSS_LINKER_MI
ConstantCROSS_LINKER_MI="MI:0911"
static String
PHYSICAL_INTERACTION
ConstantPHYSICAL_INTERACTION="physical association"
static String
PHYSICAL_INTERACTION_MI
ConstantPHYSICAL_INTERACTION_MI="MI:0915"
static String
PROTEIN_SEPARATOR
ConstantPROTEIN_SEPARATOR=";"
static String
SEQUENCE_TAG
ConstantSEQUENCE_TAG="sequence tag"
static String
SEQUENCE_TAG_MI
ConstantSEQUENCE_TAG_MI="MI:0102"
static String
XREF_SEPARATOR
ConstantXREF_SEPARATOR="|"
-
Constructor Summary
Constructors Constructor Description CsvUtils()
-
-
-
Field Detail
-
PROTEIN_SEPARATOR
public static final String PROTEIN_SEPARATOR
ConstantPROTEIN_SEPARATOR=";"
- See Also:
- Constant Field Values
-
XREF_SEPARATOR
public static final String XREF_SEPARATOR
ConstantXREF_SEPARATOR="|"
- See Also:
- Constant Field Values
-
SEQUENCE_TAG
public static final String SEQUENCE_TAG
ConstantSEQUENCE_TAG="sequence tag"
- See Also:
- Constant Field Values
-
SEQUENCE_TAG_MI
public static final String SEQUENCE_TAG_MI
ConstantSEQUENCE_TAG_MI="MI:0102"
- See Also:
- Constant Field Values
-
PHYSICAL_INTERACTION
public static final String PHYSICAL_INTERACTION
ConstantPHYSICAL_INTERACTION="physical association"
- See Also:
- Constant Field Values
-
PHYSICAL_INTERACTION_MI
public static final String PHYSICAL_INTERACTION_MI
ConstantPHYSICAL_INTERACTION_MI="MI:0915"
- See Also:
- Constant Field Values
-
CROSS_LINK
public static final String CROSS_LINK
ConstantCROSS_LINK="crosslink"
- See Also:
- Constant Field Values
-
CROSS_LINK_MI
public static final String CROSS_LINK_MI
ConstantCROSS_LINK_MI="MI:0030"
- See Also:
- Constant Field Values
-
CROSS_LINKER
public static final String CROSS_LINKER
ConstantCROSS_LINKER="cross linker"
- See Also:
- Constant Field Values
-
CROSS_LINKER_MI
public static final String CROSS_LINKER_MI
ConstantCROSS_LINKER_MI="MI:0911"
- See Also:
- Constant Field Values
-
-