Class BfsStreamResult

java.lang.Object
org.neo4j.gds.procedures.algorithms.pathfinding.BfsStreamResult

public final class BfsStreamResult extends Object
  • Field Details

    • RELATIONSHIP_TYPE_NAME

      public static final String RELATIONSHIP_TYPE_NAME
      See Also:
    • sourceNode

      public final long sourceNode
    • nodeIds

      public final List<Long> nodeIds
    • path

      public final org.neo4j.graphdb.Path path
  • Constructor Details

    • BfsStreamResult

      public BfsStreamResult(long sourceNode, List<Long> nodes, org.neo4j.graphdb.Path path)