flows: Flows

View source: R/flows.R

flowsR Documentation

Flows

Description

Extracts the flows from a (marked) Petri Net

Usage

flows(PN)

## S3 method for class 'petrinet'
flows(PN)

## S3 method for class 'marked_petrinet'
flows(PN)

Arguments

PN

petrinet or marked_petrinet

Value

A data.frame containing the flows of the petri net.

Methods (by class)

  • flows(petrinet): Flow of petrinet

  • flows(marked_petrinet): Flow of marked petrinet


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