Search
Vertex Methods
 


 Public Methods

  Name Description

adjacentTo

Checks if there is an edge connecting this vertex with the specified vertex.

degree

Returns the number of incident edges.

getCommonEdge

Finds the edge connecting the current vertex with the specified vertex.

getNeighbors

Returns an array containing all vertices adjacent to the current vertex.

incidentWith

Checks if the current vertex is incident with the specified edge.

 See Also