 | PlanNode Constructor (String) |
Instantiates a root plan node.
Namespace:
de.unika.ipd.grGen.lgsp
Assembly:
lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.2
Syntaxpublic PlanNode(
string rootName
)
Parameters
- rootName
- Type: SystemString
The name for the root plan node.
See Also