Click or drag to resize

IIncidenceCountIndexGetIncidenceCount Method

Lookup the incidence count of the graph element given. TODO: Shouldn't the parameter be of type INode?

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
int GetIncidenceCount(
	IGraphElement element
)

Parameters

element
Type: de.unika.ipd.grGen.libGrIGraphElement

Return Value

Type: Int32
See Also