Package | Description |
---|---|
rioko.grapht |
Modifier and Type | Method and Description |
---|---|
VertexFactory<?> |
Vertex.getVertexFactory()
Method to get the Facotry to create new Vertices.
|
VertexFactory<V> |
Graph.getVertexFactory()
Method to get the Vertex Factory to create new edges for this graph.
|
VertexFactory<V> |
AdjacencyListGraph.getVertexFactory() |