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
FieldsFields inherited from class org.neo4j.gds.procedures.algorithms.results.StandardStatsResult
postProcessingMillisFields inherited from class org.neo4j.gds.procedures.algorithms.results.StandardModeResult
computeMillis, configuration, preProcessingMillis -
Constructor Summary
ConstructorsConstructorDescriptionBellmanFordStatsResult(long preProcessingMillis, long computeMillis, long postProcessingMillis, Map<String, Object> configuration, boolean containsNegativeCycle) -
Method Summary
-
Field Details
-
containsNegativeCycle
public final boolean containsNegativeCycle
-
-
Constructor Details
-
BellmanFordStatsResult
-