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 StringPRODUCT_EDGEstatic StringREACTANT_EDGEstatic StringREACTION_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
 
 
 - 
 
 -