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

Try the petrinetR package in your browser

Any scripts or data that you put into this service are public.

petrinetR documentation built on April 3, 2023, 5:21 p.m.