Package | Description |
---|---|
rioko.grapht |
Modifier and Type | Method and Description |
---|---|
EdgeFactory<V,E> |
Graph.getEdgeFactory()
Method to get the Edge Factory to create new edges for this graph.
|
EdgeFactory<V,? extends Edge<V>> |
Edge.getEdgeFactory()
Method to get the Factory class to create new Edges of the same class.
|
EdgeFactory<V,E> |
AdjacencyListGraph.getEdgeFactory() |