Ex4pmCore.ProcessIR.Relationship (ex4pm v26.9.9)

Copy Markdown View Source

A relationship definition between object types or event and objects.

Summary

Types

rel_type()

@type rel_type() :: :o2o | :o2m | :m2m | :e2o

t()

@type t() :: %Ex4pmCore.ProcessIR.Relationship{
  cardinality: String.t(),
  id: String.t(),
  metadata: map(),
  qualifier: String.t(),
  source: String.t(),
  target: String.t(),
  type: rel_type()
}