Learn R Programming

petrinetR (version 0.3.0)

flows: Flows

Description

Extracts the flows from a (marked) Petri Net

Usage

flows(PN)

# S3 method for petrinet flows(PN)

# S3 method for marked_petrinet flows(PN)

Value

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

Arguments

PN

petrinet or marked_petrinet

Methods (by class)

  • flows(petrinet): Flow of petrinet

  • flows(marked_petrinet): Flow of marked petrinet