/**
  * {@inheritDoc}
  */
 public override E getEdge(V sourceVertex, V targetVertex)
 {
     return(specifics.getEdge(sourceVertex, targetVertex));
 }