Click or drag to resize

SearchPlanNodeNode(PlanNodeType, Int32, Boolean, PatternElement) Constructor

Initializes a new instance of the SearchPlanNodeNode class

Namespace: de.unika.ipd.grGen.lgsp
Assembly: lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.1
Syntax
C#
public SearchPlanNodeNode(
	PlanNodeType nodeType,
	int elemID,
	bool isPreset,
	PatternElement patternElem
)

Parameters

nodeType  PlanNodeType
 
elemID  Int32
 
isPreset  Boolean
 
patternElem  PatternElement
 
See Also