Grammar extracted by Vadim Zaytsev, see the Grammar Zoo entry for details: automata/petri/net/wachsmuth/v3.0/extracted
Source used for this grammar: Kelly Garces, PetriNet 3.0, GWPNV3.ecore
, 2007/11/19
Place
, Transition
, Net
, Arc
, PTArc
, TPArc
), 0 root (—), 1 top (Arc
), 0 bottom (—).[net]
2, [out]
2, [in]
2, [place]
, [transition]
, [dst]
2, [src]
2.Place ::= [net]::Net [out]::PTArc[in]::TPArc
Transition ::= [net]::Net [in]::PTArc[out]::TPArc
Net ::= [place]::Place[transition]::Transition
Arc ::= PTArc
Arc ::= TPArc
PTArc ::= [dst]::Transition [src]::Place
TPArc ::= [src]::Transition [dst]::Place