Package idare.Properties
Class IDAREProperties.NodeType
- java.lang.Object
-
- idare.Properties.IDAREProperties.NodeType
-
- Enclosing class:
- IDAREProperties
public static class IDAREProperties.NodeType extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
IDARE_GENE
static String
IDARE_imagenode
static String
IDARE_LINK
static String
IDARE_PROTEIN
static String
IDARE_PROTEINCOMPLEX
static String
IDARE_REACTION
static String
IDARE_SPECIES
-
Constructor Summary
Constructors Constructor Description NodeType()
-
-
-
Field Detail
-
IDARE_GENE
public static final String IDARE_GENE
- See Also:
- Constant Field Values
-
IDARE_SPECIES
public static final String IDARE_SPECIES
- See Also:
- Constant Field Values
-
IDARE_REACTION
public static final String IDARE_REACTION
- See Also:
- Constant Field Values
-
IDARE_imagenode
public static final String IDARE_imagenode
- See Also:
- Constant Field Values
-
IDARE_PROTEIN
public static final String IDARE_PROTEIN
- See Also:
- Constant Field Values
-
IDARE_LINK
public static final String IDARE_LINK
- See Also:
- Constant Field Values
-
IDARE_PROTEINCOMPLEX
public static final String IDARE_PROTEINCOMPLEX
- See Also:
- Constant Field Values
-
-