Humm I know its already solved... but... just to add some arguments....
Think in each 'edge' as a relation... a relation is something "X related to Y"....
There is 2 ( at least ) kinds of Graphs... Directional ones and "Undirected ( no directional )"...
When the Graphs are 'No Directional' ones, the edge direction does not matter... for example, if you are trying to map the 'friendship' of peoples ( assuming that friendship are mutual... if A is friend of B, so B is friend of A )... so, if you build a graph to represent the friendship of 'N' peoples, it does not matter the edge direction.
But, if you are trying to find a route, in a MAP... you must consider the road direction... so if you have a 'one way' road to depart from point A and reach point B, this same road cant be used to depart from point B and reach point A... now you need the edge direction to represent the relation between A and B...
Hum... well.. its just a bit of theory to this question...
:)
( sry about my english )