Class | Description |
---|---|
DefaultEdge |
A skeletal implementation of the Edge interface, to minimize the
effort required to implement the interface.
|
DirectedEdge |
A implementation of directed edge.
|
DirectedWeightedEdge |
An implementation of directed weighted edge.
|
EdgeFactories |
This utility class is a container of various
EdgeFactory classes. |
EdgeFactories.DirectedEdgeFactory |
An EdgeFactory for producing directed edges.
|
EdgeFactories.DirectedWeightedEdgeFactory |
An EdgeFactory for producing directed edges with weights.
|
EdgeFactories.UndirectedEdgeFactory |
An EdgeFactory for producing undirected edges.
|
EdgeFactories.UndirectedWeightedEdgeFactory |
An EdgeFactory for producing undirected edges with weights.
|
UndirectedEdge |
A implementation for an undirected edge.
|
UndirectedWeightedEdge |
An implementation of undirected weighted edge.
|