R/petrinetR.R

#' @title petrinetR - Building, visualizing, exporting and replaying Petri Nets
#'
#' @description Functions for the construction of Petri Nets. Petri Nets can be replayed by firing enabled transitions.
#' Silent transitions will be hidden by the execution handler. Also includes functionalities for the visualization of Petri Nets and
#'export of Petri Nets to PNML-files.

#'@docType package
#' @name petrinetR
#'
#' @import dplyr
#' @import visNetwork
#' @import DiagrammeR


globalVariables(c(".", "from","to"))

NULL
bupaverse/petrinetR documentation built on April 23, 2023, 10:41 p.m.