Click or drag to resize

InterpretationPlanCheckCondition Constructor (AreAttributesEqual, InterpretationPlanNodeMatcher, Int32)

Initializes a new instance of the InterpretationPlanCheckCondition class

Namespace:  de.unika.ipd.grGen.lgsp
Assembly:  lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.2
Syntax
C#
public InterpretationPlanCheckCondition(
	AreAttributesEqual condition,
	InterpretationPlanNodeMatcher nodeMatcher,
	int indexOfCorrespondingNode
)

Parameters

condition
Type: AreAttributesEqual
nodeMatcher
Type: de.unika.ipd.grGen.lgspInterpretationPlanNodeMatcher
indexOfCorrespondingNode
Type: SystemInt32
See Also