AshDiagram.Class.Relationship (AshDiagram v0.2.1)

View Source

Represents a relationship between two classes in the Class Diagram.

Summary

Types

style()

@type style() :: :solid | :dashed

t()

@type t() :: %AshDiagram.Class.Relationship{
  label: iodata() | nil,
  left: AshDiagram.Class.Relationship.Pointer.t(),
  right: AshDiagram.Class.Relationship.Pointer.t(),
  style: style()
}