Click or drag to resize

InterpretationPlanCheckCondition(AreAttributesEqual, InterpretationPlanNodeMatcher, 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,
	InterpretationPlanNodeMatcher nodeMatcher,
	int indexOfCorrespondingNode
)

Parameters

condition  AreAttributesEqual
 
nodeMatcher  InterpretationPlanNodeMatcher
 
indexOfCorrespondingNode  Int32
 
See Also