Click or drag to resize

LGSPNodeGetExactOutgoing Method

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

Parameters

edgeType  EdgeType
 

Return Value

IEnumerableIEdge

Implements

INodeGetExactOutgoing(EdgeType)
See Also