Click or drag to resize

IGraphGetNumCompatibleEdges Method

Returns the number of edges compatible to the given edge type.

Namespace: de.unika.ipd.grGen.libGr
Assembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntax
C#
int GetNumCompatibleEdges(
	EdgeType edgeType
)

Parameters

edgeType  EdgeType
 

Return Value

Int32
See Also