Class BellmanFordMutateResult

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

public final class BellmanFordMutateResult extends org.neo4j.gds.procedures.algorithms.results.StandardMutateResult
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static class 
     
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    final boolean
     
    final long
     

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

    mutateMillis

    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
  • 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
    • relationshipsWritten

      public final long relationshipsWritten