Click or drag to resize

SearchPlanEdgeNode Class

Element of the search plan graph representing an edge within the pattern graph.
Inheritance Hierarchy
SystemObject
  de.unika.ipd.grGen.lgspSearchPlanNode
    de.unika.ipd.grGen.lgspSearchPlanEdgeNode

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

The SearchPlanEdgeNode type exposes the following members.

Constructors
  NameDescription
Public methodSearchPlanEdgeNode(PlanNode, SearchPlanNodeNode, SearchPlanNodeNode)
Initializes a new instance of the SearchPlanEdgeNode class
Public methodSearchPlanEdgeNode(PlanNodeType, Int32, Boolean, PatternElement, SearchPlanNodeNode, SearchPlanNodeNode)
Initializes a new instance of the SearchPlanEdgeNode class
Top
Methods
  NameDescription
Public methodToString (Inherited from SearchPlanNode.)
Top
Fields
  NameDescription
Public fielddirectionVariable
the direction variable interpretation plan operation created for this edge in case this is an edge to be matched bidirectionally in the graph
Public fieldedgeMatcher
the edge matcher interpretation plan operation created for this edge
Public fieldElementID (Inherited from SearchPlanNode.)
Public fieldIsPreset (Inherited from SearchPlanNode.)
Public fieldNodeType (Inherited from SearchPlanNode.)
Public fieldOutgoingEdges (Inherited from SearchPlanNode.)
Public fieldPatternEdgeSource
PatternEdgeSource gives us the search plan node which originated from the source of the pattern edge this node represents
Public fieldPatternEdgeTarget
PatternEdgeTarget gives us the search plan node which originated from the target of the pattern edge this node represents
Public fieldPatternElement (Inherited from SearchPlanNode.)
Public fieldVisited (Inherited from SearchPlanNode.)
Top
See Also