11 lines
No EOL
248 B
Text
11 lines
No EOL
248 B
Text
# Places, transitions, arcs (and only one kind of arc)
|
|
|
|
Connectable:Class { abstract = True; }
|
|
|
|
arc:Association (Connectable -> Connectable)
|
|
|
|
Place:Class
|
|
Transition:Class
|
|
|
|
:Inheritance (Place -> Connectable)
|
|
:Inheritance (Transition -> Connectable) |