IEdgeListGraphTVertex, TEdge Interface |
Namespace: QuickGraph
public interface IEdgeListGraph<TVertex, TEdge> : IGraph<TVertex, TEdge>, IImplicitVertexSet<TVertex>, IEdgeSet<TVertex, TEdge>, IVertexSet<TVertex> where TEdge : Object, IEdge<TVertex>
The IEdgeListGraphTVertex, TEdge type exposes the following members.
Name | Description | |
---|---|---|
![]() | AllowParallelEdges | (Inherited from IGraphTVertex, TEdge.) |
![]() | EdgeCount | (Inherited from IEdgeSetTVertex, TEdge.) |
![]() | Edges | (Inherited from IEdgeSetTVertex, TEdge.) |
![]() | IsDirected | (Inherited from IGraphTVertex, TEdge.) |
![]() | IsEdgesEmpty | (Inherited from IEdgeSetTVertex, TEdge.) |
![]() | IsVerticesEmpty | (Inherited from IVertexSetTVertex.) |
![]() | VertexCount | (Inherited from IVertexSetTVertex.) |
![]() | Vertices | (Inherited from IVertexSetTVertex.) |
Name | Description | |
---|---|---|
![]() | ContainsEdge | (Inherited from IEdgeSetTVertex, TEdge.) |
![]() | ContainsVertex | (Inherited from IImplicitVertexSetTVertex.) |
Name | Description | |
---|---|---|
![]() | GetVertexIdentityTVertex | (Defined by AlgorithmExtensions.) |
![]() | VertexCountEqualTVertex | (Defined by GraphContract.) |