Class PathFactory

java.lang.Object
org.neo4j.gds.paths.PathFactory

public final class PathFactory extends Object
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static final class 
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static org.neo4j.graphdb.Path
    create(org.neo4j.gds.api.NodeLookup nodeLookup, long[] nodeIds, double[] costs, org.neo4j.graphdb.RelationshipType relationshipType, String costPropertyName)
     
    static org.neo4j.graphdb.Path
    create(org.neo4j.gds.api.NodeLookup nodeLookup, List<Long> nodeIds, List<Double> costs, org.neo4j.graphdb.RelationshipType relationshipType, String costPropertyName)
     
    static org.neo4j.graphdb.Path
    create(org.neo4j.gds.api.NodeLookup nodeLookup, List<Long> nodeIds, org.neo4j.graphdb.RelationshipType relationshipType)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • create

      public static org.neo4j.graphdb.Path create(org.neo4j.gds.api.NodeLookup nodeLookup, long[] nodeIds, double[] costs, org.neo4j.graphdb.RelationshipType relationshipType, String costPropertyName)
    • create

      public static org.neo4j.graphdb.Path create(org.neo4j.gds.api.NodeLookup nodeLookup, List<Long> nodeIds, List<Double> costs, org.neo4j.graphdb.RelationshipType relationshipType, String costPropertyName)
    • create

      public static org.neo4j.graphdb.Path create(org.neo4j.gds.api.NodeLookup nodeLookup, List<Long> nodeIds, org.neo4j.graphdb.RelationshipType relationshipType)