Click or drag to resize

InterpretationPlanDirectionVariable Class

An interpretation plan operation that stores a direction decision
Inheritance Hierarchy
SystemObject
  de.unika.ipd.grGen.lgspInterpretationPlan
    de.unika.ipd.grGen.lgspInterpretationPlanDirectionVariable
      de.unika.ipd.grGen.lgspInterpretationPlanBothDirections

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

The InterpretationPlanDirectionVariable type exposes the following members.

Constructors
  NameDescription
Protected methodInterpretationPlanDirectionVariable
Initializes a new instance of the InterpretationPlanDirectionVariable class
Top
Methods
  NameDescription
Public methodDump
dumps interpretation plan operation (as string) into source builder to be implemented by concrete subclasses
(Inherited from InterpretationPlan.)
Public methodEmit
emits the interpretation plan operation (as c# code string) into source builder to be implemented by concrete subclasses
(Inherited from InterpretationPlan.)
Public methodEmitMatchedCheckAndSet (Inherited from InterpretationPlan.)
Public methodEmitMatchedReset (Inherited from InterpretationPlan.)
Public methodExecute(LGSPGraph, Boolean, ListFoundMatch)
Executes the interpretation plan (starting with this operation)
(Inherited from InterpretationPlan.)
Public methodExecute(LGSPGraph, Boolean, ListFoundMatch, Int32)
Executes the interpretation plan (starting with this operation)
(Inherited from InterpretationPlan.)
Top
Fields
  NameDescription
Public fielddirection
The direction decided upon by this interpretation plan operation during execution
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