Click or drag to resize

InterpretationPlanBuilder Class

A class for building the interpretation plan data structure from a scheduled search plan
Inheritance Hierarchy
SystemObject
  de.unika.ipd.grGen.lgspInterpretationPlanBuilder

Namespace: de.unika.ipd.grGen.lgsp
Assembly: lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.1
Syntax
C#
public class InterpretationPlanBuilder

The InterpretationPlanBuilder type exposes the following members.

Constructors
 NameDescription
Public methodInterpretationPlanBuilder 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.
Top
Methods
 NameDescription
Public methodBuildInterpretationPlan Builds interpretation plan from scheduled search plan.
Top
See Also