Click or drag to resize

InterpretationPlanBothDirections Class

Interpretation plan operation that iterates both directions, needed for matching bidirectional edges in both directions
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 class InterpretationPlanBothDirections : InterpretationPlanDirectionVariable

The InterpretationPlanBothDirections type exposes the following members.

Constructors
  NameDescription
Public methodInterpretationPlanBothDirections
Initializes a new instance of the InterpretationPlanBothDirections class
Top
Methods
Fields
  NameDescription
Public fielddirection
The direction decided upon by this interpretation plan operation during execution
(Inherited from InterpretationPlanDirectionVariable.)
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