# petri representation of lighting project window
# fields are:
# type, x & y position,  name
network	netw_light 
size	400	240 
title	140	210	Lighting_Project_Window
place	60	150	enter 
place	150	150	zip
place	240	150	attribute
place	180	30	lighting_sim
place	180	70	lighting_simple
place	60	50	exit 
# type transition, x, y (@centre), height, token_side, name
transition	110	150	50	l	t1
transition	200	150	50	l	t2
transition	320	50	50	r	t3
transition	110	50	50	r	t4
# type arrow, from from_side, to, to_side (only places & transitions supported).
arrow	enter	r	t1	m
arrow	t1	m	zip	l
arrow	zip	r	t2	m
arrow	t2	m	attribute	l
arrow	attribute	r	t3	m
arrow	t3	m	lighting_sim	r
arrow	t3	m	lighting_simple	r
arrow	lighting_sim	l	t4	m
arrow	lighting_simple	l	t4	m
arrow	t4	m	zip	l
arrow	t4	m	exit	r
arrow	t4	m	attribute	l
end petri
