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

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

The SearchPlanNode type exposes the following members.

Constructors
 NameDescription
Protected methodSearchPlanNode(PlanNode)Initializes a new instance of the SearchPlanNode class
Public methodSearchPlanNode(String)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