Click or drag to resize

LGSPGraphGetExactEdges Method

Enumerates all edges with the exact given edge type.

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

Parameters

edgeType  EdgeType
 

Return Value

IEnumerableIEdge

Implements

IGraphGetExactEdges(EdgeType)
See Also