%% network for unconstrained & unsequenced use...
transition(enter, archcad, t1).
transition(enter, zip, t1).
transition(enter, attribute, t1).
transition(enter, network, t1).
transition(enter, conformance, t1).
transition(enter, thermaleval, t1).
transition(enter, tsbi3, t1).
transition(enter, lighting_sim, t1).
transition(enter, lighting_simple, t1).
transition(enter, viewer, t1).
transition(enter, exit, t1).
transition(archcad, enter, t2).
transition(zip, enter, t2).
transition(attribute, enter, t2).
transition(conformance, enter, t3).
transition(network, enter, t2).
transition(thermaleval, enter, t3).
transition(tsbi3, enter, t2).
transition(lighting_sim, enter, t3).
transition(lighting_simple, enter, t3).
transition(viewer, enter, t1).
	
