Class PathFactory


  • public final class PathFactory
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      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, java.lang.String costPropertyName)  
      static org.neo4j.graphdb.Path create​(org.neo4j.gds.api.NodeLookup nodeLookup, java.util.List<java.lang.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 Detail

      • create

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

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