muMLE/examples/petrinet/metamodels/mm_design.od

11 lines
No EOL
266 B
Text

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