Click or drag to resize

SearchPlanEdge Constructor

Initializes a new instance of the SearchPlanEdge class

Namespace:  de.unika.ipd.grGen.lgsp
Assembly:  lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.2
Syntax
C#
public SearchPlanEdge(
	SearchOperationType type,
	SearchPlanNode source,
	SearchPlanNode target,
	float cost
)

Parameters

type
Type: de.unika.ipd.grGen.lgspSearchOperationType
source
Type: de.unika.ipd.grGen.lgspSearchPlanNode
target
Type: de.unika.ipd.grGen.lgspSearchPlanNode
cost
Type: SystemSingle
See Also