Click or drag to resize

PlanNode(String) Constructor

Instantiates a root plan node.

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

Parameters

rootName  String
The name for the root plan node.
See Also