Package idare.Properties
Class IDAREProperties.EdgeType
- java.lang.Object
-
- idare.Properties.IDAREProperties.EdgeType
-
- Enclosing class:
- IDAREProperties
public static class IDAREProperties.EdgeType extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
PRODUCT_EDGE
static String
REACTANT_EDGE
static String
REACTION_REVERSIBLE
-
Constructor Summary
Constructors Constructor Description EdgeType()
-
-
-
Field Detail
-
REACTION_REVERSIBLE
public static final String REACTION_REVERSIBLE
- See Also:
- Constant Field Values
-
PRODUCT_EDGE
public static final String PRODUCT_EDGE
- See Also:
- Constant Field Values
-
REACTANT_EDGE
public static final String REACTANT_EDGE
- See Also:
- Constant Field Values
-
-