Click or drag to resize

IBidirectionalGraphTVertex, 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 IBidirectionalGraphTVertex, TEdge type exposes the following members.

Properties
  NameDescription
Public propertyAllowParallelEdges (Inherited from IGraphTVertex, TEdge.)
Public propertyEdgeCount (Inherited from IEdgeSetTVertex, TEdge.)
Public propertyEdges (Inherited from IEdgeSetTVertex, TEdge.)
Public propertyIsDirected (Inherited from IGraphTVertex, TEdge.)
Public propertyIsEdgesEmpty (Inherited from IEdgeSetTVertex, TEdge.)
Public propertyIsVerticesEmpty (Inherited from IVertexSetTVertex.)
Public propertyVertexCount (Inherited from IVertexSetTVertex.)
Public propertyVertices (Inherited from IVertexSetTVertex.)
Top
Methods
  NameDescription
Public methodContainsEdge(TEdge) (Inherited from IEdgeSetTVertex, TEdge.)
Public methodContainsEdge(TVertex, TVertex) (Inherited from IIncidenceGraphTVertex, TEdge.)
Public methodContainsVertex (Inherited from IImplicitVertexSetTVertex.)
Public methodDegree (Inherited from IBidirectionalIncidenceGraphTVertex, TEdge.)
Public methodInDegree (Inherited from IBidirectionalIncidenceGraphTVertex, TEdge.)
Public methodInEdge (Inherited from IBidirectionalIncidenceGraphTVertex, TEdge.)
Public methodInEdges (Inherited from IBidirectionalIncidenceGraphTVertex, TEdge.)
Public methodIsInEdgesEmpty (Inherited from IBidirectionalIncidenceGraphTVertex, TEdge.)
Public methodIsOutEdgesEmpty (Inherited from IImplicitGraphTVertex, TEdge.)
Public methodOutDegree (Inherited from IImplicitGraphTVertex, TEdge.)
Public methodOutEdge (Inherited from IImplicitGraphTVertex, TEdge.)
Public methodOutEdges (Inherited from IImplicitGraphTVertex, TEdge.)
Public methodTryGetEdge (Inherited from IIncidenceGraphTVertex, TEdge.)
Public methodTryGetEdges (Inherited from IIncidenceGraphTVertex, TEdge.)
Public methodTryGetInEdges (Inherited from IBidirectionalIncidenceGraphTVertex, TEdge.)
Public methodTryGetOutEdges (Inherited from IImplicitGraphTVertex, TEdge.)
Top
Extension Methods
See Also