Graphson v0.1.0
  • Pages
  • Modules

    View Source Graphson.Vertex (Graphson v0.1.0)

    Link to this section Summary

    Types

    t()
    vertex_id()

    Functions

    add_properties!(_)
    add_properties!(vertex, properties)
    new!(args)

    Link to this section Types

    Link to this type

    t()

    View Source
    @type t() :: %Graphson.Vertex{
      id: vertex_id(),
      label: String.t(),
      properties: Graphson.VertexProperty.t(vertex_id()) | nil
    }
    Link to this type

    vertex_id()

    View Source
    @type vertex_id() :: number()

    Link to this section Functions

    Link to this function

    add_properties!(_)

    View Source
    Link to this function

    add_properties!(vertex, properties)

    View Source
    Link to this function

    new!(args)

    View Source

    Hex Package Hex Preview (current file) Download ePub version

    Built using ExDoc (v0.29.1) for the Elixir programming language