public final class EdgeFactories
extends java.lang.Object
EdgeFactory
classes.
Classes included here do not have substantial logic. They are grouped together in this container in order to avoid clutter.
Modifier and Type | Class and Description |
---|---|
static class |
EdgeFactories.DirectedEdgeFactory
An EdgeFactory for producing directed edges.
|
static class |
EdgeFactories.DirectedWeightedEdgeFactory
An EdgeFactory for producing directed edges with weights.
|
static class |
EdgeFactories.UndirectedEdgeFactory
An EdgeFactory for producing undirected edges.
|
static class |
EdgeFactories.UndirectedWeightedEdgeFactory
An EdgeFactory for producing undirected edges with weights.
|