API

MINDFulMakie.ibnplotMethod

Plot the IBN framework. The following options:

  • shownodelabels = nothing

Possible values are [:nothing, :local, :global]

  • multidomain = true
  • intentids = UUID[]

Plot the path for the connectivity intents provided as vector

  • showonlyinstalledintents = false

Plot the spectrum slots with following properties

  • showspectrumslots = false,
  • spectrumdistancefromedge = 0.0,
  • spectrumdistancefromvertex = 0.0,
  • spectrumverticalheight = 0.1
source
MINDFulMakie.intentplotMethod

Plot the intent dag with the following options

  • showstate = false
  • showintent = false,
  • intentid = nothing

Plot the intent DAG based on the given intent

  • `subidag = [:descendants, :exclusivedescendants, :all, :connected, :multidomain]

:descendants plots only child intents and their childs and so on, :exclusivedescendants plots only child intents that do not have multiple parents, :all plots all nodes in the intent dag (intentid is not really needed), :connected plots all nodes that are connected - multidomain = false

source

Index