Interface IPathInORGraphSearch<I extends IGraphSearchInput<N,​A>,​O extends org.api4.java.datastructure.graph.IPath<N,​A>,​N,​A>

  • 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>
    • Method Summary

      • Methods inherited from interface org.api4.java.common.control.Cancelable

        cancel
      • Methods inherited from interface org.api4.java.algorithm.IAlgorithm

        call, getConfig, getId, getInput, getNumCPUs, getTimeout, nextWithException, registerListener, setMaxNumThreads, setNumCPUs, setTimeout, setTimeout
      • Methods inherited from interface org.api4.java.algorithm.ISolutionCandidateIterator

        nextSolutionCandidate, nextSolutionCandidateEvent
      • Methods inherited from interface java.lang.Iterable

        forEach, iterator, spliterator
      • Methods inherited from interface java.util.Iterator

        forEachRemaining, hasNext, next, remove