Hi,
Is there a method to let me print or retrieve the source and destination in one call.
As after I made some modifications in edges I need to print these changes.
For example, source=getEdgeSource (newEdge);
destination=getEdgeDestination(newEdge);
Thanks