Constant Field Values

Contents

org.neo4j.*

  • org.neo4j.gds.msbfs.MSBFSConstants 
    Modifier and Type Constant Field Value
    public static final int OMEGA 64
  • org.neo4j.gds.paths.delta.DeltaStepping 
    Modifier and Type Constant Field Value
    public static final java.lang.String DESCRIPTION "The Delta Stepping shortest path algorithm computes the shortest (weighted) path between one node and any other node in the graph. The computation is run multi-threaded"
  • org.neo4j.gds.paths.delta.TentativeDistances 
    Modifier and Type Constant Field Value
    public static final double DIST_INF 1.7976931348623157E308
    public static final long NO_PREDECESSOR 9223372036854775807L
  • org.neo4j.gds.paths.dijkstra.Dijkstra 
    Modifier and Type Constant Field Value
    public static final java.lang.String DESCRIPTION_SOURCE_TARGET "The Dijkstra shortest path algorithm computes the shortest (weighted) path between one node and any other node in the graph."
  • org.neo4j.gds.paths.traverse.BFS 
    Modifier and Type Constant Field Value
    public static final int ALL_DEPTHS_ALLOWED -1
  • org.neo4j.gds.paths.traverse.BfsBaseConfig 
    Modifier and Type Constant Field Value
    public static final long NO_MAX_DEPTH -1L
  • org.neo4j.gds.paths.traverse.DfsBaseConfig 
    Modifier and Type Constant Field Value
    public static final long NO_MAX_DEPTH -1L