Class ExhaustiveFragmentGeneratorParallizer


  • public class ExhaustiveFragmentGeneratorParallizer
    extends java.lang.Object
    • Field Detail

      • TOTAL_CAPACITY

        public static final int TOTAL_CAPACITY
    • Constructor Detail

      • ExhaustiveFragmentGeneratorParallizer

        public ExhaustiveFragmentGeneratorParallizer​(int bits)
        Parameters:
        bits - maximum number of bonds in the fragment. Actually it is the maximum number of bits to store the bond information.
    • Method Detail

      • process

        public void process​(Pipeline<StereoMolecule> queuePipe,
                            int maxSizeFrag,
                            boolean cleaveRingBonds,
                            boolean addWildcards)
      • getFragmentList

        public java.util.List<Fragment> getFragmentList()
        Returns:
        list of unique fragments.