Click or drag to resize

LGSPNodeValid Property

This is true, if this node is a valid graph element, i.e. it is part of a graph.

Namespace:  de.unika.ipd.grGen.lgsp
Assembly:  lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.2
Syntax
C#
public bool Valid { get; }

Property Value

Type: Boolean

Implements

IGraphElementValid
See Also