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.2
Syntax
C#
public InterpretationPlanCheckConnectednessSourceOrTarget(
	InterpretationPlanNodeMatcher node,
	InterpretationPlanEdgeMatcher edge,
	InterpretationPlanDirectionVariable directionVariable
)

Parameters

node
Type: de.unika.ipd.grGen.lgsp.InterpretationPlanNodeMatcher
edge
Type: de.unika.ipd.grGen.lgsp.InterpretationPlanEdgeMatcher
directionVariable
Type: de.unika.ipd.grGen.lgsp.InterpretationPlanDirectionVariable
See Also