gremlex v0.3.2 Gremlex.Edge View Source

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %Gremlex.Edge{
  id: number(),
  in_vertex: Gremlex.Vertex.t(),
  label: String.t(),
  out_vertex: Gremlex.Vertex.t(),
  properties: map()
}

Link to this section Functions

Link to this function new(id, label, in_vertex_id, in_vertex_label, out_vertex_id, out_vertex_label, properties \\ %{}) View Source