예제 #1
0
 private boolean isType(Edge e, EdgeType type) {
   return e.get(EDGE_TYPE) == type;
 }