Click or drag to resize

InterpretationPlanBuilder Constructor

Creates an interpretation plan builder for the given scheduled search plan. Only a limited amount of search operations is supported, the ones needed for isomorphy checking.

Namespace:  de.unika.ipd.grGen.lgsp
Assembly:  lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.2
Syntax
C#
public InterpretationPlanBuilder(
	ScheduledSearchPlan ssp,
	SearchPlanGraph spg,
	IGraphModel model
)

Parameters

ssp
Type: de.unika.ipd.grGen.lgspScheduledSearchPlan
the scheduled search plan to build an interpretation plan for
spg
Type: de.unika.ipd.grGen.lgspSearchPlanGraph
the search plan graph for determining the pattern element needed for attribute checking
model
Type: de.unika.ipd.grGen.libGrIGraphModel
the model over which the patterns are to be searched
See Also