Click or drag to resize

LGSPNodeOutgoing Property

Returns an IEnumerable<IEdge> over all outgoing edges

Namespace:  de.unika.ipd.grGen.lgsp
Assembly:  lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.2
Syntax
C#
public IEnumerable<IEdge> Outgoing { get; }

Property Value

Type: IEnumerableIEdge

Implements

INodeOutgoing
See Also