From 7a1b9199e066bf341b24693993340f9745175f8f Mon Sep 17 00:00:00 2001 From: Egon Willighagen Date: Tue, 13 Oct 2009 12:29:56 +0200 Subject: [PATCH] Added E and Z as allowed configurations Signed-off-by: Rajarshi Guha --- src/main/org/openscience/cdk/interfaces/IBond.java | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/main/org/openscience/cdk/interfaces/IBond.java b/src/main/org/openscience/cdk/interfaces/IBond.java index ff81a605fd2..ec37b728c7c 100644 --- a/src/main/org/openscience/cdk/interfaces/IBond.java +++ b/src/main/org/openscience/cdk/interfaces/IBond.java @@ -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. */