Class SubPathGraphGenerator<N,A>
- java.lang.Object
-
- ai.libs.jaicore.search.algorithms.standard.rstar.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()
-
-
-
Method Detail
-
getRootGenerator
public org.api4.java.datastructure.graph.implicit.IRootGenerator<N> getRootGenerator()
-
-