public ISOMVertexData getISOMVertexData(Vertex v) {
   return (ISOMVertexData) (v.getUserDatum(getIsomKey()));
 }