Click or drag to resize

SearchPlanGraph Constructor

Initializes a new instance of the SearchPlanGraph class

Namespace: de.unika.ipd.grGen.lgsp
Assembly: lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.1
Syntax
C#
public SearchPlanGraph(
	SearchPlanNode root,
	SearchPlanNode[] nodes,
	SearchPlanEdge[] edges
)

Parameters

root  SearchPlanNode
 
nodes  SearchPlanNode
 
edges  SearchPlanEdge
 
See Also