Click or drag to resize

InterpretationPlanOutgoing Constructor

Initializes a new instance of the InterpretationPlanOutgoing class

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

Parameters

targetType
Type: SystemInt32
source
Type: de.unika.ipd.grGen.lgspInterpretationPlanNodeMatcher
planEdgeNode
Type: de.unika.ipd.grGen.lgspSearchPlanEdgeNode
See Also