Click or drag to resize

InterpretationPlanCheckConnectednessTheOther Constructor

Initializes a new instance of the InterpretationPlanCheckConnectednessTheOther class

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

Parameters

node  InterpretationPlanNodeMatcher
 
edge  InterpretationPlanEdgeMatcher
 
theOther  InterpretationPlanNodeMatcher
 
See Also