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 StringIDARE_GENEstatic StringIDARE_imagenodestatic StringIDARE_LINKstatic StringIDARE_PROTEINstatic StringIDARE_PROTEINCOMPLEXstatic StringIDARE_REACTIONstatic StringIDARE_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
-
-