Click or drag to resize

InterpretationPlanImplicitSourceOrTarget Constructor

Initializes a new instance of the InterpretationPlanImplicitSourceOrTarget class

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

Parameters

targetType  Int32
 
source  InterpretationPlanEdgeMatcher
 
directionVariable  InterpretationPlanDirectionVariable
 
planNodeNode  SearchPlanNodeNode
 
See Also