Ex4pm.Engine.Discovery.InductiveMiner.ProcessTree (ex4pm v26.9.9)

Copy Markdown View Source

A discovered process-tree node: a leaf activity or an operator over children.

Summary

Types

t()

@type t() :: %Ex4pm.Engine.Discovery.InductiveMiner.ProcessTree{
  children: [t()],
  kind: :leaf | :sequence | :exclusive_choice | :tau,
  label: String.t() | nil
}