Click or drag to resize

InterpretationPlanCheckConnectednessTarget Constructor

Initializes a new instance of the InterpretationPlanCheckConnectednessTarget class

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

Parameters

node
Type: de.unika.ipd.grGen.lgspInterpretationPlanNodeMatcher
edge
Type: de.unika.ipd.grGen.lgspInterpretationPlanEdgeMatcher
See Also