Closed KrzyHonk closed 8 years ago
NetworkX is based on the idea that graphs can act like dictionaries. We can avoid creating specific classes for each BPMN element, but we have to keep this structure organized and well-documented. Also, we wouldn't be able to use some useful OO techniques.
Done
For now, just create simple graph and load basic information about diagram elements into it. At this point it is important to import basic structure (flows between elements).