includesVertex

fun includesVertex(vertex: Vertex): Boolean

Determine if the given vertex is in the graph.

Return

Whether the vertex is in the graph.

Parameters

vertex

The vertex to test for membership in the graph.