Click or drag to resize

InterpretationPlanImplicitSource Constructor

Initializes a new instance of the InterpretationPlanImplicitSource class

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

Parameters

targetType  Int32
 
source  InterpretationPlanEdgeMatcher
 
planNodeNode  SearchPlanNodeNode
 
See Also