Skip to content

Commit

Permalink
Added E and Z as allowed configurations
Browse files Browse the repository at this point in the history
Signed-off-by: Rajarshi  Guha <rajarshi.guha@gmail.com>
  • Loading branch information
egonw authored and rajarshi committed Feb 21, 2010
1 parent f175650 commit 7a1b919
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/main/org/openscience/cdk/interfaces/IBond.java
Expand Up @@ -82,6 +82,12 @@ public enum Stereo {
* configuration.
*/
E_OR_Z,
/** Indication that this double bond has a E configuration.
*/
E,
/** Indication that this double bond has a Z configuration.
*/
Z,
/** Indication that this double bond has a fixed configuration, defined
* by the 2D and/or 3D coordinates.
*/
Expand Down

0 comments on commit 7a1b919

Please sign in to comment.