Returns the edge with vertex source and target. NOTE : implementors have to take in consideration throwing a GraphException if an error occurs while performing that operation. @param source the source vertex @param target the target vertex @return the edge with vertex source and targ
( V source, V target )
source not stored for this graph (policy: none)
no outgoing calls