Click or drag to resize

InterpretationPlanCheckCondition(AreAttributesEqual, InterpretationPlanEdgeMatcher, Int32) Constructor

Initializes a new instance of the InterpretationPlanCheckCondition class

Namespace: de.unika.ipd.grGen.lgsp
Assembly: lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.1
Syntax
C#
public InterpretationPlanCheckCondition(
	AreAttributesEqual condition,
	InterpretationPlanEdgeMatcher edgeMatcher,
	int indexOfCorrespondingEdge
)

Parameters

condition  AreAttributesEqual
 
edgeMatcher  InterpretationPlanEdgeMatcher
 
indexOfCorrespondingEdge  Int32
 
See Also