Click or drag to resize

IMutableIncidenceGraphTVertex, TEdge Interface

Namespace:  QuickGraph
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public interface IMutableIncidenceGraph<TVertex, TEdge> : IGraph<TVertex, TEdge>, 
	IImplicitVertexSet<TVertex>, IMutableGraph<TVertex, TEdge>, IImplicitGraph<TVertex, TEdge>, 
	IIncidenceGraph<TVertex, TEdge>
where TEdge : Object, IEdge<TVertex>

Type Parameters

TVertex
TEdge

The IMutableIncidenceGraphTVertex, TEdge type exposes the following members.

Properties
Methods
  NameDescription
Public methodClear (Inherited from IMutableGraphTVertex, TEdge.)
Public methodClearOutEdges
Public methodContainsEdge (Inherited from IIncidenceGraphTVertex, TEdge.)
Public methodContainsVertex (Inherited from IImplicitVertexSetTVertex.)
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 methodRemoveOutEdgeIf
Public methodTrimEdgeExcess
Public methodTryGetEdge (Inherited from IIncidenceGraphTVertex, TEdge.)
Public methodTryGetEdges (Inherited from IIncidenceGraphTVertex, TEdge.)
Public methodTryGetOutEdges (Inherited from IImplicitGraphTVertex, TEdge.)
Top
Events
See Also