IMutableEdgeListGraph<TVertex, TEdge> Interface |
Namespace: QuickGraph
public interface IMutableEdgeListGraph<TVertex, TEdge> : IGraph<TVertex, TEdge>, IImplicitVertexSet<TVertex>, IEdgeSet<TVertex, TEdge>, IVertexSet<TVertex>, IMutableGraph<TVertex, TEdge>, IEdgeListGraph<TVertex, TEdge> where TEdge : Object, IEdge<TVertex>
The IMutableEdgeListGraph<TVertex, TEdge> type exposes the following members.
Name | Description | |
---|---|---|
![]() | AllowParallelEdges | (Inherited from IGraph<TVertex, TEdge>.) |
![]() | EdgeCount | (Inherited from IEdgeSet<TVertex, TEdge>.) |
![]() | Edges | (Inherited from IEdgeSet<TVertex, TEdge>.) |
![]() | IsDirected | (Inherited from IGraph<TVertex, TEdge>.) |
![]() | IsEdgesEmpty | (Inherited from IEdgeSet<TVertex, TEdge>.) |
![]() | IsVerticesEmpty | (Inherited from IVertexSet<TVertex>.) |
![]() | VertexCount | (Inherited from IVertexSet<TVertex>.) |
![]() | Vertices | (Inherited from IVertexSet<TVertex>.) |
Name | Description | |
---|---|---|
![]() | AddEdge | |
![]() | AddEdgeRange | |
![]() | Clear | (Inherited from IMutableGraph<TVertex, TEdge>.) |
![]() | ContainsEdge | (Inherited from IEdgeSet<TVertex, TEdge>.) |
![]() | ContainsVertex | (Inherited from IImplicitVertexSet<TVertex>.) |
![]() | RemoveEdge | |
![]() | RemoveEdgeIf |
Name | Description | |
---|---|---|
![]() | Cleared | (Inherited from IMutableGraph<TVertex, TEdge>.) |
![]() | EdgeAdded | |
![]() | EdgeRemoved |
Name | Description | |
---|---|---|
![]() | GetVertexIdentity<TVertex> | (Defined by AlgorithmExtensions.) |
![]() | VertexCountEqual<TVertex> | (Defined by GraphContract.) |