 | 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.lgspAssembly: lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.1
Syntaxpublic InterpretationPlanBuilder(
ScheduledSearchPlan ssp,
SearchPlanGraph spg,
IGraphModel model
)
Parameters
- ssp ScheduledSearchPlan
- the scheduled search plan to build an interpretation plan for
- spg SearchPlanGraph
- the search plan graph for determining the pattern element needed for attribute checking
- model IGraphModel
- the model over which the patterns are to be searched
See Also