Click or drag to resize

InterpretationPlanLookupEdge Constructor

Initializes a new instance of the InterpretationPlanLookupEdge class

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

Parameters

targetType  Int32
 
planEdgeNode  SearchPlanEdgeNode
 
See Also