- All Superinterfaces:
java.util.concurrent.Callable<O>, org.api4.java.common.control.Cancelable, org.api4.java.algorithm.IAlgorithm<I,O>, IGraphSearch<I,O,N,A>, org.api4.java.algorithm.ISolutionCandidateIterator<I,O>, java.lang.Iterable<org.api4.java.algorithm.events.AlgorithmEvent>, java.util.Iterator<org.api4.java.algorithm.events.AlgorithmEvent>
- All Known Subinterfaces:
IOptimalPathInORGraphSearch<I,O,N,A,V>
public interface IPathInORGraphSearch<I extends IGraphSearchInput<N,A>,O extends org.api4.java.datastructure.graph.IPath<N,A>,N,A>
extends IGraphSearch<I,O,N,A>, org.api4.java.algorithm.ISolutionCandidateIterator<I,O>