Package org.neo4j.gds.paths
Class PathFactory
java.lang.Object
org.neo4j.gds.paths.PathFactory
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic org.neo4j.graphdb.Pathcreate(org.neo4j.gds.api.NodeLookup nodeLookup, long[] nodeIds, double[] costs, org.neo4j.graphdb.RelationshipType relationshipType, String costPropertyName) static org.neo4j.graphdb.Pathcreate(org.neo4j.gds.api.NodeLookup nodeLookup, List<Long> nodeIds, List<Double> costs, org.neo4j.graphdb.RelationshipType relationshipType, String costPropertyName) static org.neo4j.graphdb.Pathcreate(org.neo4j.gds.api.NodeLookup nodeLookup, List<Long> nodeIds, org.neo4j.graphdb.RelationshipType relationshipType)
-
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
-
create
-