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.1
Syntax
C#
public InterpretationPlanImplicitTheOther(
	int targetType,
	InterpretationPlanEdgeMatcher source,
	InterpretationPlanNodeMatcher theOther,
	SearchPlanNodeNode planNodeNode
)

Parameters

targetType  Int32
 
source  InterpretationPlanEdgeMatcher
 
theOther  InterpretationPlanNodeMatcher
 
planNodeNode  SearchPlanNodeNode
 
See Also