Namespace GraphShape.Algorithms.EdgeRouting
Classes
EdgeRoutingAlgorithmBase<TVertex, TEdge, TGraph>
Base class for all edge routing algorithms.
EdgeRoutingParameters
Edge routing algorithm parameters.
StandardEdgeRoutingAlgorithmFactory<TVertex, TEdge, TGraph>
Dummy implementation of edge routing algorithm factory.
Interfaces
IEdgeRoutingAlgorithm<TVertex, TEdge, TGraph>
Represents an edge routing algorithm.
IEdgeRoutingAlgorithmFactory<TVertex, TEdge, TGraph>
Represents a factory of edge routing algorithms.
IEdgeRoutingParameters
Represents edge routing algorithm parameters.