コード例 #1
0
ファイル: Graph.php プロジェクト: bugadani/graphpy
 public function getEdgesToVertex(Vertex $v)
 {
     return $v->getInwardEdges();
 }