# Places, transitions, arcs (and only one kind of arc) PNConnectable:Class { abstract = True; } pn_arc:Association (PNConnectable -> PNConnectable) PNPlace:Class PNTransition:Class :Inheritance (PNPlace -> PNConnectable) :Inheritance (PNTransition -> PNConnectable)