Skip to content

Instantly share code, notes, and snippets.

@johnmay
Created October 1, 2012 10:33
Show Gist options
  • Save johnmay/3810816 to your computer and use it in GitHub Desktop.
Save johnmay/3810816 to your computer and use it in GitHub Desktop.
Aromaticity Detection Interface
public interface AromaticityDetector {
public void detect(IAtomContainer container);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment