Click or drag to resize

LGSPGraphGetCompatibleEdges Method

Enumerates all edges compatible to the given edge type.

Namespace:  de.unika.ipd.grGen.lgsp
Assembly:  lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.2
Syntax
C#
public override IEnumerable<IEdge> GetCompatibleEdges(
	EdgeType edgeType
)

Parameters

edgeType
Type: de.unika.ipd.grGen.libGrEdgeType

Return Value

Type: IEnumerableIEdge

Implements

IGraphGetCompatibleEdges(EdgeType)
See Also