Skip to content

Commit

Permalink
RGroup queries
Browse files Browse the repository at this point in the history
Signed-off-by: Egon Willighagen <egonw@users.sourceforge.net>
  • Loading branch information
Mark Rynbeek authored and egonw committed Mar 30, 2010
1 parent 49a60dd commit af8e566
Show file tree
Hide file tree
Showing 17 changed files with 2,740 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .classpath
Expand Up @@ -20,7 +20,7 @@
<classpathentry exported="true" kind="lib" path="develjar/com-sun-tools-doclets-Taglet.jar" sourcepath="org.openscience.cdksrc.zip"/>
<classpathentry exported="true" kind="lib" path="develjar/junit-4.5.jar"/>
<classpathentry kind="lib" path="jar/cmlxom-2.5-b1.jar"/>
<classpathentry kind="lib" path="develjar/doccheck.jar"/>
<classpathentry kind="lib" path="develjar/doccheck.jar"/>
<classpathentry kind="lib" path="develjar/ojdcheck.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
1 change: 1 addition & 0 deletions AUTHORS
Expand Up @@ -32,6 +32,7 @@ Niels Out
Jerome Pansanel
Chris Pudney
Jonathan Rienstra-Kiracofe
Mark Rijnbeek
David Robinson
Miguel Rojas Cherto
Bhupinder Sandhu
Expand Down
2 changes: 2 additions & 0 deletions src/META-INF/io.cdkdepends
Expand Up @@ -4,3 +4,5 @@ cdk-ioformats.jar
cdk-core.jar
cdk-standard.jar
cdk-atomtype.jar
cdk-isomorphism.jar
cdk-data.jar
1 change: 1 addition & 0 deletions src/META-INF/test-io.cdkdepends
Expand Up @@ -19,3 +19,4 @@ cdk-smiles.jar
cdk-nonotify.jar
cdk-test.jar
cdk-testdata.jar
cdk-isomorphism.jar
8 changes: 8 additions & 0 deletions src/main/org/openscience/cdk/CDKConstants.java
Expand Up @@ -288,6 +288,14 @@ public class CDKConstants {
*/
public static final String ISOTROPIC_SHIELDING = "cdk:IsotropicShielding";

/**
* A property to indicate RestH being true or false. RestH is a term
* used in RGroup queries: "if this property is applied ('on'), sites labeled
* with Rgroup rrr may only be substituted with a member of the Rgroup or with H"
*/
public static final String REST_H = "cdk:RestH";


/****************************************
* Some predefined property names for *
* AtomTypes *
Expand Down

0 comments on commit af8e566

Please sign in to comment.