Click or drag to resize

LGSPEdgeReplacedByElement Property

The element which replaced this element (Valid is false in this case) or null, if this element 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 7.2
Syntax
C#
public IGraphElement ReplacedByElement { get; }

Property Value

Type: IGraphElement

Implements

IGraphElementReplacedByElement
See Also