Click or drag to resize

InterpretationPlanStart Class

Interpretation plan operation that works as an anchor for an interpretation plan without own functionality
Inheritance Hierarchy
SystemObject
  de.unika.ipd.grGen.lgspInterpretationPlan
    de.unika.ipd.grGen.lgspInterpretationPlanStart

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

The InterpretationPlanStart type exposes the following members.

Constructors
  NameDescription
Public methodInterpretationPlanStart
Initializes a new instance of the InterpretationPlanStart class
Top
Properties
  NameDescription
Public propertyComparisonMatcherName
Top
Methods
Fields
  NameDescription
Public fieldId
A unique identifier denoting this interpretation plan operation
(Inherited from InterpretationPlan.)
Public fieldnext
The next interpretation plan operation
(Inherited from InterpretationPlan.)
Public fieldprev
The previous interpretation plan operation
(Inherited from InterpretationPlan.)
Top
See Also