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
System.Object
  de.unika.ipd.grGen.lgsp.SearchPlanNode
    de.unika.ipd.grGen.lgsp.SearchPlanEdgeNode
    de.unika.ipd.grGen.lgsp.SearchPlanNodeNode

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 Object.ToString().)
Top
Fields
See Also