Click or drag to resize

PlanPseudoNodeIncoming Property

Returns all incoming plan edges.

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

Property Value

Type: IEnumerablePlanEdge
See Also