Click or drag to resize

LGSPNodeGetExactIncoming Method

Returns an IEnumerable<IEdge> over all incoming edges with exactly the given type

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

Parameters

edgeType  EdgeType
 

Return Value

IEnumerableIEdge

Implements

INodeGetExactIncoming(EdgeType)
See Also