Class SubStructSearchExhaustiveTreeWalker


  • public class SubStructSearchExhaustiveTreeWalker
    extends java.lang.Object
    • Constructor Detail

      • SubStructSearchExhaustiveTreeWalker

        public SubStructSearchExhaustiveTreeWalker()
    • Method Detail

      • findFragmentInMolecule

        public int findFragmentInMolecule()
      • getMatches

        public java.util.List<int[]> getMatches()
      • isMaxCapacityMatchListContainerReached

        public boolean isMaxCapacityMatchListContainerReached()
        The sub structure search algortihm stops if the maximum capacity of the match list container is reached.
        Returns:
        true if maximum capacity of the match list container is reached. False otherwise.