Click or drag to resize

InterpretationPlanLookupNode Constructor

Initializes a new instance of the InterpretationPlanLookupNode class

Namespace: de.unika.ipd.grGen.lgsp
Assembly: lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.1
Syntax
C#
public InterpretationPlanLookupNode(
	int targetType,
	SearchPlanNodeNode planNodeNode
)

Parameters

targetType  Int32
 
planNodeNode  SearchPlanNodeNode
 
See Also