Class ShortestPathsSteinerAlgorithm


  • public class ShortestPathsSteinerAlgorithm
    extends org.neo4j.gds.Algorithm<SteinerTreeResult>
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long PRUNED  
      static long ROOT_NODE  
      • Fields inherited from class org.neo4j.gds.Algorithm

        progressTracker, terminationFlag
    • Constructor Summary

      Constructors 
      Constructor Description
      ShortestPathsSteinerAlgorithm​(org.neo4j.gds.api.Graph graph, long sourceId, java.util.List<java.lang.Long> terminals, double delta, int concurrency, boolean applyRerouting, java.util.concurrent.ExecutorService executorService, org.neo4j.gds.core.utils.progress.tasks.ProgressTracker progressTracker)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      SteinerTreeResult compute()  
      void release()  
      • Methods inherited from class org.neo4j.gds.Algorithm

        getProgressTracker, getTerminationFlag, setTerminationFlag
      • Methods inherited from class java.lang.Object

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

      • ShortestPathsSteinerAlgorithm

        public ShortestPathsSteinerAlgorithm​(org.neo4j.gds.api.Graph graph,
                                             long sourceId,
                                             java.util.List<java.lang.Long> terminals,
                                             double delta,
                                             int concurrency,
                                             boolean applyRerouting,
                                             java.util.concurrent.ExecutorService executorService,
                                             org.neo4j.gds.core.utils.progress.tasks.ProgressTracker progressTracker)