The QuickGraph.Concepts namespace contains all the interfaces that define the different graph concepts.

Classes

  ClassDescription
EdgeEdgeEventArgs
Event argument that contains two .
EdgeEventArgs
Event argument that contains an .
GraphColorConverter
Utility class for graph color conversion
VertexEventArgs
Event argument that contains a .

Interfaces

  InterfaceDescription
IEdge
Edge interface
IGraph
The Graph concept contains a few requirements that are common to all the graph concepts.
IPort
A port represents an anchor between an edge and a vertex
IPortEdge
An edge with ports attachement
IPortVertex
A IVertex with IPort.
IVertex
Vertex interface

Delegates

  DelegateDescription
EdgeEdgeEventHandler
Delegate that handles an edge that sends a vertex.
EdgeEventHandler
Delegate that handles an edge that sends a vertex.
VertexEventHandler
Delegate that handles an event that sends a vertex.

Enumerations

  EnumerationDescription
EdgePort
Edge port enumeration
GraphColor
Colors used to mark the vertex and edges in the algorithms