A single node in a Graph. The typical use case is to extend this class with what ever one wants to store in the graph.
Holds the vertex's id
Holds the vertexe's type
Returns the id of the vertex
Returns the type of this vertex.
Generated using TypeDoc
A single node in a Graph. The typical use case is to extend this class with what ever one wants to store in the graph.