Click or drag to resize

SearchOperation Constructor

Initializes a new instance of the SearchOperation class

Namespace:  de.unika.ipd.grGen.lgsp
Assembly:  lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.2
Syntax
C#
public SearchOperation(
	SearchOperationType type,
	Object elem,
	SearchPlanNode srcSPNode,
	float costToEnd
)

Parameters

type
Type: de.unika.ipd.grGen.lgspSearchOperationType
elem
Type: SystemObject
srcSPNode
Type: de.unika.ipd.grGen.lgspSearchPlanNode
costToEnd
Type: SystemSingle
See Also