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.1
Syntax
C#
public IEnumerable<IEdge> GetCompatibleOutgoing(
	EdgeType edgeType
)

Parameters

edgeType  EdgeType
 

Return Value

IEnumerableIEdge

Implements

INodeGetCompatibleOutgoing(EdgeType)
See Also