Click or drag to resize

LGSPNodeGetCompatibleIncident Method

Returns an IEnumerable<IEdge> over all incident 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.1
Syntax
C#
public IEnumerable<IEdge> GetCompatibleIncident(
	EdgeType edgeType
)

Parameters

edgeType  EdgeType
 

Return Value

IEnumerableIEdge

Implements

INodeGetCompatibleIncident(EdgeType)
See Also