getAllVertices abstract method

List<Vertex> getAllVertices()

Returns a list of all vertices in graph.

Implementation

List<Vertex> getAllVertices();