Boxart.Graph.Subgraph (Boxart v0.3.2)

Copy Markdown View Source

A named group of nodes, optionally nested.

Summary

Types

t()

@type t() :: %Boxart.Graph.Subgraph{
  children: [t()],
  direction: Boxart.Graph.direction() | nil,
  id: String.t(),
  label: String.t(),
  node_ids: [String.t()],
  parent: t() | nil
}