Click or drag to resize

IBidirectionalGraph<TVertex, TEdge> Interface

Namespace:  QuickGraph
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public interface IBidirectionalGraph<TVertex, TEdge> : IGraph<TVertex, TEdge>, 
	IImplicitVertexSet<TVertex>, IEdgeSet<TVertex, TEdge>, IVertexSet<TVertex>, 
	IEdgeListGraph<TVertex, TEdge>, IImplicitGraph<TVertex, TEdge>, IIncidenceGraph<TVertex, TEdge>, 
	IVertexListGraph<TVertex, TEdge>, IVertexAndEdgeListGraph<TVertex, TEdge>, IBidirectionalIncidenceGraph<TVertex, TEdge>
where TEdge : Object, IEdge<TVertex>

Type Parameters

TVertex
TEdge

The IBidirectionalGraph<TVertex, TEdge> type exposes the following members.

Properties
  NameDescription
Public propertyAllowParallelEdges (Inherited from IGraph<TVertex, TEdge>.)
Public propertyEdgeCount (Inherited from IEdgeSet<TVertex, TEdge>.)
Public propertyEdges (Inherited from IEdgeSet<TVertex, TEdge>.)
Public propertyIsDirected (Inherited from IGraph<TVertex, TEdge>.)
Public propertyIsEdgesEmpty (Inherited from IEdgeSet<TVertex, TEdge>.)
Public propertyIsVerticesEmpty (Inherited from IVertexSet<TVertex>.)
Public propertyVertexCount (Inherited from IVertexSet<TVertex>.)
Public propertyVertices (Inherited from IVertexSet<TVertex>.)
Top
Methods
  NameDescription
Public methodContainsEdge(TEdge) (Inherited from IEdgeSet<TVertex, TEdge>.)
Public methodContainsEdge(TVertex, TVertex) (Inherited from IIncidenceGraph<TVertex, TEdge>.)
Public methodContainsVertex (Inherited from IImplicitVertexSet<TVertex>.)
Public methodDegree (Inherited from IBidirectionalIncidenceGraph<TVertex, TEdge>.)
Public methodInDegree (Inherited from IBidirectionalIncidenceGraph<TVertex, TEdge>.)
Public methodInEdge (Inherited from IBidirectionalIncidenceGraph<TVertex, TEdge>.)
Public methodInEdges (Inherited from IBidirectionalIncidenceGraph<TVertex, TEdge>.)
Public methodIsInEdgesEmpty (Inherited from IBidirectionalIncidenceGraph<TVertex, TEdge>.)
Public methodIsOutEdgesEmpty (Inherited from IImplicitGraph<TVertex, TEdge>.)
Public methodOutDegree (Inherited from IImplicitGraph<TVertex, TEdge>.)
Public methodOutEdge (Inherited from IImplicitGraph<TVertex, TEdge>.)
Public methodOutEdges (Inherited from IImplicitGraph<TVertex, TEdge>.)
Public methodTryGetEdge (Inherited from IIncidenceGraph<TVertex, TEdge>.)
Public methodTryGetEdges (Inherited from IIncidenceGraph<TVertex, TEdge>.)
Public methodTryGetInEdges (Inherited from IBidirectionalIncidenceGraph<TVertex, TEdge>.)
Public methodTryGetOutEdges (Inherited from IImplicitGraph<TVertex, TEdge>.)
Top
Extension Methods
See Also