Doctrine\OrientDB\Graph\Algorithm\Dijkstra::getStartingVertex PHP 메소드

getStartingVertex() 공개 메소드

Retrieves the vertex which we are starting from to calculate the shortest path.
public getStartingVertex ( ) : Doctrine\OrientDB\Graph\VertexInterface
리턴 Doctrine\OrientDB\Graph\VertexInterface
    public function getStartingVertex()
    {
        return $this->startingVertex;
    }