Class SubPathGraphGenerator<N,​A>

  • All Implemented Interfaces:
    org.api4.java.datastructure.graph.implicit.IGraphGenerator<N,​A>

    public class SubPathGraphGenerator<N,​A>
    extends java.lang.Object
    implements org.api4.java.datastructure.graph.implicit.IGraphGenerator<N,​A>
    • Constructor Summary

      Constructors 
      Constructor Description
      SubPathGraphGenerator​(org.api4.java.datastructure.graph.implicit.IGraphGenerator<N,​A> gg, N from)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.api4.java.datastructure.graph.implicit.IRootGenerator<N> getRootGenerator()  
      org.api4.java.datastructure.graph.implicit.ISuccessorGenerator<N,​A> getSuccessorGenerator()  
      • Methods inherited from class java.lang.Object

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

      • SubPathGraphGenerator

        public SubPathGraphGenerator​(org.api4.java.datastructure.graph.implicit.IGraphGenerator<N,​A> gg,
                                     N from)
    • Method Detail

      • getRootGenerator

        public org.api4.java.datastructure.graph.implicit.IRootGenerator<N> getRootGenerator()
        Specified by:
        getRootGenerator in interface org.api4.java.datastructure.graph.implicit.IGraphGenerator<N,​A>
      • getSuccessorGenerator

        public org.api4.java.datastructure.graph.implicit.ISuccessorGenerator<N,​A> getSuccessorGenerator()
        Specified by:
        getSuccessorGenerator in interface org.api4.java.datastructure.graph.implicit.IGraphGenerator<N,​A>