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