Click or drag to resize

PlanEdge Constructor

Initializes a new instance of the PlanEdge class

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

Parameters

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