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 StringCROSS_LINKConstantCROSS_LINK="crosslink"static StringCROSS_LINK_MIConstantCROSS_LINK_MI="MI:0030"static StringCROSS_LINKERConstantCROSS_LINKER="cross linker"static StringCROSS_LINKER_MIConstantCROSS_LINKER_MI="MI:0911"static StringPHYSICAL_INTERACTIONConstantPHYSICAL_INTERACTION="physical association"static StringPHYSICAL_INTERACTION_MIConstantPHYSICAL_INTERACTION_MI="MI:0915"static StringPROTEIN_SEPARATORConstantPROTEIN_SEPARATOR=";"static StringSEQUENCE_TAGConstantSEQUENCE_TAG="sequence tag"static StringSEQUENCE_TAG_MIConstantSEQUENCE_TAG_MI="MI:0102"static StringXREF_SEPARATORConstantXREF_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
-
-