flows {petrinetR} | R 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 |
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
[Package petrinetR version 0.3.0 Index]