Click or drag to resize

InterpretationPlanCheckConnectednessSourceOrTarget Constructor

Initializes a new instance of the InterpretationPlanCheckConnectednessSourceOrTarget class

Namespace: de.unika.ipd.grGen.lgsp
Assembly: lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.1
Syntax
C#
public InterpretationPlanCheckConnectednessSourceOrTarget(
	InterpretationPlanNodeMatcher node,
	InterpretationPlanEdgeMatcher edge,
	InterpretationPlanDirectionVariable directionVariable
)

Parameters

node  InterpretationPlanNodeMatcher
 
edge  InterpretationPlanEdgeMatcher
 
directionVariable  InterpretationPlanDirectionVariable
 
See Also