コード例 #1
0
ファイル: Bfs.java プロジェクト: unidesigner/pyconto
 private boolean isType(Edge e, EdgeType type) {
   return e.get(EDGE_TYPE) == type;
 }