/**
  * {@inheritDoc}
  */
 public override HashSet <E> getAllEdges(V sourceVertex, V targetVertex)
 {
     return(specifics.getAllEdges(sourceVertex, targetVertex));
 }