StatesLanguage v0.2.8 StatesLanguage.Graph View Source

Functions for creating a Graph structure from deserialized JSON. This is used by Serializers and the core library. See StatesLanguage.Serializer.D3Graph.

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %StatesLanguage.Graph{
  comment: String.t(),
  edges: [StatesLanguage.Edge.t()],
  nodes: %{required(String.t()) => StatesLanguage.Node.t()},
  start: String.t()
}

Link to this section Functions