6970717273747576
return key; } protected void initialize_local_vertex(Vertex v) { if (v.getUserDatum(getKey()) == null) { v.addUserDatum(getKey(), new BaloonVertexData(), UserData.REMOVE); } }