Package org.neo4j.gds.paths
Class PathFactory
- java.lang.Object
-
- org.neo4j.gds.paths.PathFactory
-
public final class PathFactory extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
PathFactory.RelationshipIds
-
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)
-
-
-
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)
-
-