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.2
Syntax
C#
public InterpretationPlanImplicitSourceOrTarget(
	int targetType,
	InterpretationPlanEdgeMatcher source,
	InterpretationPlanDirectionVariable directionVariable,
	SearchPlanNodeNode planNodeNode
)

Parameters

targetType
Type: SystemInt32
source
Type: de.unika.ipd.grGen.lgspInterpretationPlanEdgeMatcher
directionVariable
Type: de.unika.ipd.grGen.lgspInterpretationPlanDirectionVariable
planNodeNode
Type: de.unika.ipd.grGen.lgspSearchPlanNodeNode
See Also