Class SynthonCreator


  • public class SynthonCreator
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      SynthonCreator()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static Reaction[] create​(Reaction rxn)
      only works for reactions with a single product
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SynthonCreator

        public SynthonCreator()
    • Method Detail

      • create

        public static Reaction[] create​(Reaction rxn)
                                 throws java.lang.Exception
        only works for reactions with a single product
        Parameters:
        rxn -
        Returns:
        Throws:
        java.lang.Exception