コード例 #1
0
ファイル: BaseGraph.java プロジェクト: sayiho/GraphLab
 /** same as #removeVertex */
 public void deleteVertex(VertexType v) {
   removeVertex(v);
 }