Click or drag to resize

InterpretationPlanIncomingOrOutgoing Class

Interpretation plan operation that retrieves an edge to be matched bidirectionally from a source node
Inheritance Hierarchy
SystemObject
  de.unika.ipd.grGen.lgspInterpretationPlan
    de.unika.ipd.grGen.lgspInterpretationPlanEdgeMatcher
      de.unika.ipd.grGen.lgspInterpretationPlanIncomingOrOutgoing

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

The InterpretationPlanIncomingOrOutgoing type exposes the following members.

Constructors
 NameDescription
Public methodInterpretationPlanIncomingOrOutgoingInitializes a new instance of the InterpretationPlanIncomingOrOutgoing class
Top
Methods
Fields
 NameDescription
Public fieldedge The edge matched by this interpretation plan operation during execution
(Inherited from InterpretationPlanEdgeMatcher)
Public fieldId A unique identifier denoting this interpretation plan operation
(Inherited from InterpretationPlan)
Public fieldnext The next interpretation plan operation
(Inherited from InterpretationPlan)
Public fieldplanEdgeNode The edge representation in the search plan; the elementID - 1 is the index in the edges array of the pattern graph
(Inherited from InterpretationPlanEdgeMatcher)
Public fieldprev The previous interpretation plan operation
(Inherited from InterpretationPlan)
Top
See Also