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

Parameters

type  SearchOperationType
 
source  SearchPlanNode
 
target  SearchPlanNode
 
cost  Single
 
See Also