Beispiel #1
0
 public function getEdgesToVertex(Vertex $v)
 {
     return $v->getInwardEdges();
 }