Click or drag to resize

InterpretationPlanImplicitSourceOrTarget Class

Interpretation plan operation that retrieves the source or target node of an edge depending on the current direction to be matched
Inheritance Hierarchy
SystemObject
  de.unika.ipd.grGen.lgspInterpretationPlan
    de.unika.ipd.grGen.lgspInterpretationPlanNodeMatcher
      de.unika.ipd.grGen.lgspInterpretationPlanImplicitSourceOrTarget

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

The InterpretationPlanImplicitSourceOrTarget type exposes the following members.

Constructors
  NameDescription
Public methodInterpretationPlanImplicitSourceOrTarget
Initializes a new instance of the InterpretationPlanImplicitSourceOrTarget class
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 fieldnode
The node matched by this interpretation plan operation during execution
(Inherited from InterpretationPlanNodeMatcher.)
Public fieldplanNodeNode
The node representation in the search plan; the elementID - 1 is the index in the nodes array of the pattern graph
(Inherited from InterpretationPlanNodeMatcher.)
Public fieldprev
The previous interpretation plan operation
(Inherited from InterpretationPlan.)
Top
See Also