Click or drag to resize

PlanNodeIncoming Property

Returns all incoming plan edges.

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

Property Value

IEnumerablePlanEdge
See Also