Package | Description |
---|---|
org.graphstream.graph | |
org.graphstream.graph.implementations |
Modifier and Type | Method and Description |
---|---|
EdgeFactory<? extends Edge> |
Graph.edgeFactory()
The factory used to create edge instances.
|
Modifier and Type | Method and Description |
---|---|
void |
Graph.setEdgeFactory(EdgeFactory<? extends Edge> ef)
Set the edge factory used to create edges.
|
Modifier and Type | Field and Description |
---|---|
private EdgeFactory<? extends AbstractEdge> |
AbstractGraph.edgeFactory |
Modifier and Type | Method and Description |
---|---|
EdgeFactory<? extends Edge> |
Graphs.SynchronizedGraph.edgeFactory() |
EdgeFactory<? extends Edge> |
AbstractGraph.edgeFactory() |
Modifier and Type | Method and Description |
---|---|
void |
Graphs.SynchronizedGraph.setEdgeFactory(EdgeFactory<? extends Edge> ef) |
void |
AbstractGraph.setEdgeFactory(EdgeFactory<? extends Edge> ef) |