Click or drag to resize

InterpretationPlanImplicitTheOther Constructor

Initializes a new instance of the InterpretationPlanImplicitTheOther class

Namespace:  de.unika.ipd.grGen.lgsp
Assembly:  lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.2
Syntax
C#
public InterpretationPlanImplicitTheOther(
	int targetType,
	InterpretationPlanEdgeMatcher source,
	InterpretationPlanNodeMatcher theOther,
	SearchPlanNodeNode planNodeNode
)

Parameters

targetType
Type: SystemInt32
source
Type: de.unika.ipd.grGen.lgspInterpretationPlanEdgeMatcher
theOther
Type: de.unika.ipd.grGen.lgspInterpretationPlanNodeMatcher
planNodeNode
Type: de.unika.ipd.grGen.lgspSearchPlanNodeNode
See Also