PregelEx.Edge (PregelEx v0.1.3)
View SourceRepresents an edge in the graph connecting two vertices.
An edge contains:
from_vertex_id: The source vertex IDto_vertex_id: The destination vertex IDweight: Optional weight/value associated with the edge (defaults to 1)properties: Additional metadata for the edge
Summary
Functions
Creates a new edge with the given parameters.