Class DfsStreamResult

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

public final class DfsStreamResult 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

    • DfsStreamResult

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