예제 #1
0
 public boolean isCorrect() {
   return id.equals(GraphUtilities.getID(om, v));
 }
예제 #2
0
 public VID(ObjectMapper om, Vertex v) {
   this.om = om;
   this.id = GraphUtilities.getID(om, v);
   this.v = v;
 }