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.1
Syntax
C#
public SearchOperation(
	SearchOperationType type,
	Object elem,
	SearchPlanNode srcSPNode,
	float costToEnd
)

Parameters

type  SearchOperationType
 
elem  Object
 
srcSPNode  SearchPlanNode
 
costToEnd  Single
 
See Also