Class TinyDepthFirstSearch<N,​A>


  • public class TinyDepthFirstSearch<N,​A>
    extends java.lang.Object
    • Constructor Detail

    • Method Detail

      • run

        public void run()
                 throws java.lang.InterruptedException
        Throws:
        java.lang.InterruptedException
      • dfs

        public void dfs​(N head)
                 throws java.lang.InterruptedException
        Throws:
        java.lang.InterruptedException
      • getSolutionPaths

        public java.util.List<SearchGraphPath<N,​A>> getSolutionPaths()