Click or drag to resize

SearchPlanNode Constructor (PlanNodeType, Int32, Boolean, PatternElement)

Initializes a new instance of the SearchPlanNode class

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

Parameters

nodeType
Type: de.unika.ipd.grGen.lgspPlanNodeType
elemID
Type: SystemInt32
isPreset
Type: SystemBoolean
patternElem
Type: de.unika.ipd.grGen.lgspPatternElement
See Also