Click or drag to resize

PlanNode Constructor (PatternEdge, Int32, Boolean, PlanNode, PlanNode)

Instantiates an edge plan node.

Namespace:  de.unika.ipd.grGen.lgsp
Assembly:  lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.2
Syntax
C#
public PlanNode(
	PatternEdge patEdge,
	int elemID,
	bool isPreset,
	PlanNode patternEdgeSource,
	PlanNode patternEdgeTarget
)

Parameters

patEdge
Type: de.unika.ipd.grGen.lgspPatternEdge
The pattern edge for this plan node.
elemID
Type: SystemInt32
The element ID for this plan node.
isPreset
Type: SystemBoolean
True, if this element is a known element.
patternEdgeSource
Type: de.unika.ipd.grGen.lgspPlanNode
The plan node corresponding to the source of the pattern edge.
patternEdgeTarget
Type: de.unika.ipd.grGen.lgspPlanNode
The plan node corresponding to the target of the pattern edge.
See Also