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.1
Syntax
C#
public PlanEdge(
	SearchOperationType type,
	PlanNode source,
	PlanNode target,
	float cost
)

Parameters

type  SearchOperationType
 
source  PlanNode
 
target  PlanNode
 
cost  Single
 
See Also