Click or drag to resize

LGSPNodeReplacedByNode Property

The node which replaced this node (Valid is false in this case) or null, if this node has not been replaced or is still a valid member of a graph.

Namespace:  de.unika.ipd.grGen.lgsp
Assembly:  lgspBackend (in lgspBackend.dll) Version: GrGen.NET 8.0beta
Syntax
C#
public LGSPNode ReplacedByNode { get; }

Property Value

Type: LGSPNode
See Also