Grammar extracted by Vadim Zaytsev, see the Grammar Zoo entry for details: automata/petri/net/wachsmuth/v2.0/extracted
Source used for this grammar: Kelly Garces, PetriNet 2.0, GWPNV2.ecore
, 2007/11/19
Place
, Transition
, Net
, PTArc
, TPArc
), 0 root (—), 0 top (—), 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
PTArc ::= [dst]::Transition [src]::Place
TPArc ::= [src]::Transition [dst]::Place