Menu

#721 Fluent substructure search mappings

Accepted
closed
nobody
None
master
5
2014-01-19
2014-01-08
John May
No

Adds a fluent API on top of the iterable permutations. Allowing much cleaner interaction -

Pattern pat = Pattern.findSubstructure(query);

for (Map<IAtom, IAtom> m : pat.matchAll(target)
                              .uniqueAtoms()
                              .toAtomMap()) {

}               

From first commit on Jan 7th: pathc/fluent-sss - forgot to reset from the hydrogen manipulator, sorry.

Discussion

  • John May

    John May - 2014-01-08
    • Priority: 1 --> 5
     
  • Egon Willighagen

    Nice. Applied and pushed.

     
  • Egon Willighagen

    • status: open --> closed
    • Group: Needs_Review --> Accepted
     

Log in to post a comment.