Click or drag to resize

SearchPlanNodeNode Class

Element of the search plan graph representing a node within the pattern graph.
Inheritance Hierarchy
SystemObject
  de.unika.ipd.grGen.lgspSearchPlanNode
    de.unika.ipd.grGen.lgspSearchPlanNodeNode

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

The SearchPlanNodeNode type exposes the following members.

Constructors
 NameDescription
Public methodSearchPlanNodeNode(PlanNode)Initializes a new instance of the SearchPlanNodeNode class
Public methodSearchPlanNodeNode(PlanNodeType, Int32, Boolean, PatternElement)Initializes a new instance of the SearchPlanNodeNode class
Top
Methods
 NameDescription
Public methodToString
(Inherited from SearchPlanNode)
Top
Fields
 NameDescription
Public fieldElementID
(Inherited from SearchPlanNode)
Public fieldIncomingPatternEdges IncomingPatternEdges are the search plan nodes which originate from the incoming pattern edges of the pattern node this node represents
Public fieldIsPreset
(Inherited from SearchPlanNode)
Public fieldnodeMatcher the node matcher interpretation plan operation created for this node
Public fieldNodeType
(Inherited from SearchPlanNode)
Public fieldOutgoingEdges
(Inherited from SearchPlanNode)
Public fieldOutgoingPatternEdges OutgoingPatternEdges are the search plan nodes which originate from the outgoing pattern edges of the pattern node this node represents
Public fieldPatternElement
(Inherited from SearchPlanNode)
Public fieldVisited
(Inherited from SearchPlanNode)
Top
See Also