 | PlanGraph Constructor |
Initializes a new instance of the
PlanGraph class
Namespace: de.unika.ipd.grGen.lgspAssembly: lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.1
Syntaxpublic PlanGraph(
PlanNode root,
PlanNode[] nodes,
PlanEdge[] edges
)
Parameters
- root PlanNode
-
- nodes PlanNode
-
- edges PlanEdge
-
See Also