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