Click or drag to resize

SearchPlanNode Class

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

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

The SearchPlanNode type exposes the following members.

Constructors
  NameDescription
Public methodSearchPlanNode(String)
Initializes a new instance of the SearchPlanNode class
Protected methodSearchPlanNode(PlanNode)
Initializes a new instance of the SearchPlanNode class
Protected methodSearchPlanNode(PlanNodeType, Int32, Boolean, PatternElement)
Initializes a new instance of the SearchPlanNode class
Top
Methods
  NameDescription
Public methodToString (Overrides ObjectToString.)
Top
Fields
See Also