/**
  * {@inheritDoc}
  */
 public override int inDegreeOf(V vertex)
 {
     assertVertexExist(vertex);
     return(specifics.inDegreeOf(vertex));
 }