Click or drag to resize

LGSPNodeGetCompatibleIncoming Method

Returns an IEnumerable<IEdge> over all incoming edges with the same type or a subtype of the given type

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

Parameters

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

Return Value

Type: IEnumerableIEdge

Implements

INodeGetCompatibleIncoming(EdgeType)
See Also