Click or drag to resize

GraphHelperCountEdges(IGraph, EdgeType) Method

Returns the count of the edges in the graph of the type given

Namespace: de.unika.ipd.grGen.libGr
Assembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntax
C#
public static int CountEdges(
	IGraph graph,
	EdgeType edgeType
)

Parameters

graph  IGraph
 
edgeType  EdgeType
 

Return Value

Int32
See Also