예제 #1
0
 private void writeEdges() throws IOException {
   for (Edge e : graph.getEdges()) {
     writeStartTag(GraphML.EDGE_TAG, getEdgeAttributes(e), true);
   }
 }