Click or drag to resize

PlanNode Constructor (String)

Instantiates a root plan node.

Namespace:  de.unika.ipd.grGen.lgsp
Assembly:  lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.2
Syntax
C#
public PlanNode(
	string rootName
)

Parameters

rootName
Type: SystemString
The name for the root plan node.
See Also