Get the following data about the graph:
- # of bidirectional links (when we have a link from A to B and from B to A as well)
- # of links
- # of multilinks (when we have more then one direct links from A to B)
- # of nodes
- # of self loops (when a link's starting node is the same as the end node)
- # of unidirectional links