Click or drag to resize

InterpretationPlanCheckCondition Constructor (AreAttributesEqual, InterpretationPlanEdgeMatcher, 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,
	InterpretationPlanEdgeMatcher edgeMatcher,
	int indexOfCorrespondingEdge
)

Parameters

condition
Type: AreAttributesEqual
edgeMatcher
Type: de.unika.ipd.grGen.lgspInterpretationPlanEdgeMatcher
indexOfCorrespondingEdge
Type: SystemInt32
See Also