Interface PropertyGraph.Vertex<ID>

Type Parameters:
ID - type of identifier
All Known Implementing Classes:
AbstractPropertyGraph.SimpleVertex
Enclosing interface:
PropertyGraph<ID>

public static interface PropertyGraph.Vertex<ID>
Vertex of graph. A vertex must have an identifier unique to all vertices in the graph.