예제 #1
0
파일: Graph.php 프로젝트: bugadani/graphpy
 public function getEdgesToVertex(Vertex $v)
 {
     return $v->getInwardEdges();
 }