Click or drag to resize

LGSPGraphGetNumCompatibleEdges Method

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

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

Parameters

edgeType  EdgeType
 

Return Value

Int32

Implements

IGraphGetNumCompatibleEdges(EdgeType)
See Also