public void removeSubvertex(Object handle, Object subvertex) {
   impl.removeSubvertex(handle, subvertex);
 }