Click or drag to resize

LGSPNodeGetCompatibleOutgoing Method

Returns an IEnumerable<IEdge> over all outgoing 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> GetCompatibleOutgoing(
	EdgeType edgeType
)

Parameters

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

Return Value

Type: IEnumerableIEdge

Implements

INodeGetCompatibleOutgoing(EdgeType)
See Also