Package | Description |
---|---|
org.jgrapht.graph |
Implementations of various graphs.
|
org.jgrapht.graph.specifics |
Implementations of specifics for various graph types.
|
Modifier and Type | Method and Description |
---|---|
EdgeSetFactory<V,E> |
AbstractBaseGraph.getEdgeSetFactory()
Returns the
EdgeSetFactory used by this graph. |
Modifier and Type | Method and Description |
---|---|
void |
AbstractBaseGraph.setEdgeSetFactory(EdgeSetFactory<V,E> edgeSetFactory)
Set the
EdgeSetFactory to use for this graph. |
Modifier and Type | Field and Description |
---|---|
protected EdgeSetFactory<V,E> |
DirectedSpecifics.edgeSetFactory |
protected EdgeSetFactory<V,E> |
UndirectedSpecifics.edgeSetFactory |
Copyright © 2016. All rights reserved.