Class BellmanFordStatsResult

java.lang.Object
org.neo4j.gds.procedures.algorithms.results.StandardModeResult
org.neo4j.gds.procedures.algorithms.results.StandardStatsResult
org.neo4j.gds.procedures.algorithms.pathfinding.BellmanFordStatsResult

public class BellmanFordStatsResult extends org.neo4j.gds.procedures.algorithms.results.StandardStatsResult
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    final boolean
     

    Fields inherited from class org.neo4j.gds.procedures.algorithms.results.StandardStatsResult

    postProcessingMillis

    Fields inherited from class org.neo4j.gds.procedures.algorithms.results.StandardModeResult

    computeMillis, configuration, preProcessingMillis
  • Constructor Summary

    Constructors
    Constructor
    Description
    BellmanFordStatsResult(long preProcessingMillis, long computeMillis, long postProcessingMillis, Map<String,Object> configuration, boolean containsNegativeCycle)
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • containsNegativeCycle

      public final boolean containsNegativeCycle
  • Constructor Details

    • BellmanFordStatsResult

      public BellmanFordStatsResult(long preProcessingMillis, long computeMillis, long postProcessingMillis, Map<String,Object> configuration, boolean containsNegativeCycle)