Click or drag to resize

InterpretationPlanIncomingOrOutgoing Constructor

Initializes a new instance of the InterpretationPlanIncomingOrOutgoing class

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

Parameters

targetType  Int32
 
source  InterpretationPlanNodeMatcher
 
directionVariable  InterpretationPlanDirectionVariable
 
planEdgeNode  SearchPlanEdgeNode
 
See Also